Colin Walters 6b5a358371 Use best known derived parent
In the case where a known class derives from a hidden one, we want
to use the most-derived parent class, rather than simply falling back
to GObject.

Example:
ShellEmbedWidget in gnome-shell derives from ClutterGLXTexturePixmap from clutter,
which is a hidden class.  ClutterGLXTexturePixmap's parent itself is
ClutterX11TexturePixmap, which is also hidden.  But its parent is
ClutterTexture, which we do know.  Use that.

https://bugzilla.gnome.org/show_bug.cgi?id=598993
2009-10-21 14:19:26 -04:00
2009-10-21 14:19:26 -04:00
2009-07-09 11:06:20 +01:00
2009-03-05 15:52:12 -05:00
2009-02-12 01:32:25 -02:00
2009-08-19 11:05:08 -04:00
2009-08-19 11:05:08 -04:00
Description
Low-level core library that forms the basis for projects such as GTK+ and GNOME.
120 MiB
Languages
C 95.3%
Python 2.3%
Meson 1.3%
Objective-C 0.3%
Shell 0.2%
Other 0.5%