GNOME Bugzilla – Bug 623660
Gtk{Window,Invisible}.has_user_ref_count missing accessor
Last modified: 2010-07-13 05:37:03 UTC
For building PyGtk against Gtk-3.0 [1] These are both use in PyGtk's custom sink funcs. AFAICT they seem to be a synonym for checking the object has not been destroyed. [1] http://mail.gnome.org/archives/gtk-devel-list/2010-July/msg00005.html
Usually you would use 'gtk_object_get_flags () & GTK_IN_DESTRUCTION' to find out if an object is being destroyed. Did you consider that?
AFIACT from http://library.gnome.org/devel/gtk/unstable/GtkObject.html#GTK-OBJECT-FLAGS:CAPS This is also deprecated. Any idea?
Closing. This seems to be unnecessary with the new sink functions in pygobject 2.22