After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 548430 - Runtime warnings when setting Gtk.TreeIter properties
Runtime warnings when setting Gtk.TreeIter properties
Status: RESOLVED DUPLICATE of bug 548442
Product: vala
Classification: Core
Component: Code Generator
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks: 548442
 
 
Reported: 2008-08-19 12:19 UTC by Philip Van Hoof
Modified: 2008-12-17 23:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Van Hoof 2008-08-19 12:19:06 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.
Comment 1 Jürg Billeter 2008-12-17 23:48:14 UTC
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 ***