mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Low-level core library that forms the basis for projects such as GTK+ and GNOME.
6b5a358371
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 |
||
---|---|---|
gdump.c | ||
gfield.c | ||
ginfo.c | ||
ginfo.h | ||
ginvoke.c | ||
girepository.c | ||
girepository.h | ||
girffi.c | ||
girffi.h | ||
girmodule.c | ||
girmodule.h | ||
girnode.c | ||
girnode.h | ||
giroffsets.c | ||
girparser.c | ||
girparser.h | ||
girwriter.c | ||
girwriter.h | ||
gtypelib.c | ||
gtypelib.h | ||
Makefile.am |