GNOME Bugzilla – Bug 548430
Runtime warnings when setting Gtk.TreeIter properties
Last modified: 2008-12-17 23:48:14 UTC
In order to get rid of this warning (tracker-fm:20278): GLib-GObject-WARNING **: IA__g_object_notify: object class `TrackerFMDetailsView' has no property named `current-iter' I had to add this attribute: public class DetailsView ... { [CCode (notify = false)] protected weak Gtk.TreeIter current_iter { get; set; } } I shouldn't have to add any such attributes in my app's code to avoid runtime warnings.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 548442 ***