GNOME Bugzilla – Bug 554239
add gtk_object_get_object_flags accessor
Last modified: 2008-09-29 19:09:21 UTC
For introspection work we need accessor functions for things which are currently only available through C macros.
Created attachment 119556 [details] [review] add accessor for object flags I named it _get_object_flags because GtkTreeModel already has a _get_flags method, and it seems not unlikely that some user subclasses of GtkObject out there have one too.
There are no-non-deprecated GtkObject flags; maybe better to put it on GtkWidget? (There will never be any new GtkObject subclasses that might put different things in flags, either, so don't worry about that.) Alternatively, maybe there should just be accessors for the individual flag bits?
Deprecation of flags and introduction of accessors is already in progress: http://bugzilla.gnome.org/show_bug.cgi?id=69872
*** This bug has been marked as a duplicate of 69872 ***