Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
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
gdump.c Use best known derived parent 2009-10-21 14:19:26 -04:00
gfield.c Fix checks in gfield.c 2009-07-09 11:06:20 +01:00
ginfo.c Correctly ref repository in GIUnresolvedInfo 2009-09-04 17:02:14 -04:00
ginfo.h Bug 561137 - support multiple repositories 2008-11-25 21:48:34 +00:00
ginvoke.c Bug 572965 – Allow generic marshaller to be called without parameters 2009-02-24 15:22:59 +00:00
girepository.c [typelib] Clean up dlopen handling 2009-08-19 11:05:08 -04:00
girepository.h Bug 584423 – Add short/ushort support 2009-06-22 14:01:56 -04:00
girffi.c Bug 584423 – Add short/ushort support 2009-06-22 14:01:56 -04:00
girffi.h Add utility functions for invocing closures given a GICallableInfo using 2009-02-05 00:40:14 +00:00
girmodule.c Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtype 2009-03-17 16:29:08 -04:00
girmodule.h Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtype 2009-03-17 16:29:08 -04:00
girnode.c Sync the basic types array in girnode.c:serialize_type with GITypeTag 2009-07-06 11:32:41 -04:00
girnode.h Bug 557383 - Virtual method support 2009-03-05 15:52:12 -05:00
giroffsets.c Add gtk-doc support 2009-02-12 01:32:25 -02:00
girparser.c Bug 584423 – Add short/ushort support 2009-06-22 14:01:56 -04:00
girparser.h Add a GirParser object to hold the state of a compilation 2008-11-12 17:16:42 +00:00
girwriter.c Bug 557405 – Use 'allow-none' consistently 2008-10-22 14:02:02 +00:00
girwriter.h Move shared *.[ch] files to girepository from tools 2008-08-09 12:46:48 +00:00
gtypelib.c [typelib] Clean up dlopen handling 2009-08-19 11:05:08 -04:00
gtypelib.h [typelib] Clean up dlopen handling 2009-08-19 11:05:08 -04:00
Makefile.am Add utility functions for invocing closures given a GICallableInfo using 2009-02-05 00:40:14 +00:00