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 52502 - we need a gtk_type_query replacement
we need a gtk_type_query replacement
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2001-03-26 00:35 UTC by James Henstridge
Modified: 2011-02-18 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Henstridge 2001-03-26 00:35:10 UTC
There doesn't seem to be a replacement for the gtk_type_query function in
the new gobject library.  Something like this is required to derive new
types from language bindings, for instance (need a way to find the size of
class and instance structures).
Comment 1 Owen Taylor 2001-04-03 02:05:25 UTC
Fri Mar 30 07:34:02 2001  Tim Janik  <timj@gtk.org>

	* gtype.[hc] (g_type_query): new function to allow querying of
	class and object size (semantics like g_signal_query()).
	currently the implementation is better held conservative so as to
	only support types that are classed and static.