GNOME Bugzilla – Bug 654238
gtk_plug_get_id not introspectable
Last modified: 2011-09-23 13:16:34 UTC
Current gir1.2-gtk-3.0, 3.1.8-0ubuntu1 (up-to-date Ubuntu Oneiric) does not expose the get_id() method of GtkPlug. python -c 'from gi.repository import Gtk; Gtk.Plug().get_embedded(); Gtk.Plug().get_id()' Traceback (most recent call last):
+ Trace 227704
Launchpad bug report here https://bugs.launchpad.net/onboard/+bug/807473
This has apparently been fixed. I have retested with gir1.2-gtk-3.0 3.1.90-0ubuntu1 and found that calling get_id() works as expected.