mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
Put dependencies in typelibs, resolve them when loading
* gir/Makefile.am: Dep on Makefile * girepository/ginfo.c: Print out a nicer error message if we failed to load something. * girepository/girepository.c: Clean up default typelib handling; remove global default_typelib variable. Ensure we handle NULL repository in more places. Support dependency resolution. * tests/Makefile.am: Kill off gobject.gir, it conflicts with the real one. * tests/Object.gir: Depend on GObject. * tools/generate.c: Take --includedir argument to say which directories to search for typelibs. Print out dependencies. svn path=/trunk/; revision=541
This commit is contained in:
@@ -57,6 +57,8 @@ typedef struct
|
||||
guint32 n_annotations;
|
||||
guint32 annotations;
|
||||
|
||||
guint32 dependencies;
|
||||
|
||||
guint32 size;
|
||||
guint32 namespace;
|
||||
guint32 shared_library;
|
||||
|
Reference in New Issue
Block a user