Johan Bilien [Mon, 18 Jan 2010 15:03:11 +0000 (10:03 -0500)]
tests: Add the scope for callbacks in expected girs
following my previous patch to systematically specify the scope in
callbacks. Had forgotten to add these.
Johan Bilien [Thu, 14 Jan 2010 22:02:36 +0000 (17:02 -0500)]
scanner: Always explicitely set the scope of callbacks
default to 'call' as stated in the annotation documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=607026
Dan Winship [Wed, 13 Jan 2010 20:39:40 +0000 (15:39 -0500)]
annotate g_filename_to_uri
Colin Walters [Thu, 7 Jan 2010 21:12:15 +0000 (16:12 -0500)]
Correctly cast to a CommonBlob when looking up embedded types
When looking at an embedded type (e.g. a Callback after a Field), the
offset we put in the info structure was to the CallbackBlob itself.
However the code in g_type_info_get_interface assumed that the offset
was to a SimpleTypeBlob, which it wasn't.
https://bugzilla.gnome.org/show_bug.cgi?id=606180
Owen W. Taylor [Sun, 3 Jan 2010 15:50:58 +0000 (10:50 -0500)]
Don't remove .c file for dumper binary
We're going to remove the entire temporary directory,
so there's no point in explicitly removing just the .c file
we create; leaving the .c file behind makes it easier to debug
problems.
https://bugzilla.gnome.org/show_bug.cgi?id=605966
Johan Dahlin [Fri, 8 Jan 2010 19:08:44 +0000 (17:08 -0200)]
Remove tabs, fixes make check
Damien Lespiau [Wed, 23 Dec 2009 23:15:21 +0000 (00:15 +0100)]
Add an --add-init-section argument
One might need to call some init functions before being able to call
get_type() to create the types of a library.
--add-init-section let the user insert some initialization code in the
introspection program.
https://bugzilla.gnome.org/show_bug.cgi?id=605778
Johan Dahlin [Thu, 31 Dec 2009 16:37:21 +0000 (17:37 +0100)]
The private header should be included in girffi.c
Not in the public girffi.h.
Damien Lespiau [Sat, 26 Dec 2009 14:32:20 +0000 (15:32 +0100)]
__extension__ can be put in front of expressions
glib uses __extension__ in macros dealing with 64 bits integer such as
GUINT64_SWAP_LE_BE().
To quote the GCC manual:
`-pedantic' and other options cause warnings for many GNU C extensions. You
can prevent such warnings within one expression by writing `__extension__'
before the expression.
https://bugzilla.gnome.org/show_bug.cgi?id=605779
Damien Lespiau [Wed, 23 Dec 2009 20:35:12 +0000 (21:35 +0100)]
Fix typo in the help string of the --no-libtool argument
--no-libtool means that one does not want to use libtool to compile the
introspection program.
https://bugzilla.gnome.org/show_bug.cgi?id=605774
Johan Dahlin [Thu, 31 Dec 2009 14:35:49 +0000 (15:35 +0100)]
Simplify Gio-2.0.gir rules
Also make sure to add cflags from gio-unix-2.0 to avoid a warning
Johan Dahlin [Thu, 31 Dec 2009 14:29:43 +0000 (15:29 +0100)]
Add missing include girffi-private.h
Johan Dahlin [Thu, 31 Dec 2009 14:26:33 +0000 (15:26 +0100)]
Include Python.h earlier
This avoids pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined
Johan Dahlin [Thu, 31 Dec 2009 14:23:16 +0000 (15:23 +0100)]
Use AM_V_GEN more a more quiet build
Also suppress a bit more using @
Johan Dahlin [Wed, 30 Dec 2009 23:21:33 +0000 (00:21 +0100)]
Make sure the macros work without silent rules
We should not require AM_DEFAULT_VERBOSITY to be present, workaround
that fact
Johan Dahlin [Wed, 30 Dec 2009 22:52:22 +0000 (23:52 +0100)]
Make compiler output with silent-rules prettier
This is only supported with automake 1.11 or newer, older versions
should default to showing nothing for now.
Halton Huo [Wed, 23 Dec 2009 08:27:40 +0000 (16:27 +0800)]
Add -DGLIB_COMPILATION for GLib-2.0.gir.
Otherwise, suncc reports error when parsing /usr/include/glib-2.0/glib/ghostutils.h,
and stops parsing rest headers.
https://bugzilla.gnome.org/show_bug.cgi?id=605108
Colin Walters [Mon, 7 Dec 2009 23:35:06 +0000 (18:35 -0500)]
Allow stack allocating GIBaseInfo, add stack retrieval variants
We don't want to malloc each GIBaseInfo when they can be used in
function invocation; instead, allow stack allocation.
There were a lot of structure typedefs which were actually just
exactly the same as GIBaseInfo, with the one exception of GITypeInfo.
Instead, just put the single GITypeInfo boolean inside GIBaseInfo
as a bit in a bitfield.
GIBaseInfo is still opaque publicly; GIRealInfo is the new
internal structure.
Using this, add new functions to retrieve arguments and argument types
on the stack.
https://bugzilla.gnome.org/show_bug.cgi?id=604074
Colin Walters [Mon, 7 Dec 2009 16:54:18 +0000 (11:54 -0500)]
[girffi] Clean up API, add g_function_info_prep_invoker
Rather than having bindings use g_function_info_invoke, which is basically
a toy/demo API, export a convenience utility function which takes the introspection
information and sets up things we need to pass to libffi.
Then invocation can be done directly to libffi by a binding.
As part of this work, remove some (unused by gjs) public functions from the
girffi API, and instead export a function to map to libffi which can work
semi-correctly.
https://bugzilla.gnome.org/show_bug.cgi?id=604074
Colin Walters [Wed, 16 Dec 2009 23:16:31 +0000 (18:16 -0500)]
Fix compilation warning in ginvoke.c
Johan Dahlin [Wed, 16 Dec 2009 19:30:00 +0000 (17:30 -0200)]
Post release version bump
Javier Jardón [Thu, 3 Dec 2009 20:35:23 +0000 (21:35 +0100)]
Substitute deprecated Glib symbol: g_mapped_file_free
glib-compat.h file created to use g_mapped_file_unref only if
glib >= 2.22 is available
https://bugzilla.gnome.org/show_bug.cgi?id=603727
Saleem Abdulrasool [Sun, 13 Dec 2009 19:56:45 +0000 (11:56 -0800)]
fix invoke tests
retval should be a valid pointer
https://bugzilla.gnome.org/show_bug.cgi?id=604472
Saleem Abdulrasool [Sun, 13 Dec 2009 19:53:04 +0000 (11:53 -0800)]
protect on null retval
ffi_call does not protect against retval being NULL, resulting in a segfault.
https://bugzilla.gnome.org/show_bug.cgi?id=604472
Johan Dahlin [Tue, 15 Dec 2009 13:00:52 +0000 (11:00 -0200)]
Revert "GI_TYPE_TAG_VOID != ffi_type_void"
This reverts commit
28cccba737ec2214da66b0d74059278162cf5fd0.
Johan Dahlin [Mon, 14 Dec 2009 23:44:26 +0000 (21:44 -0200)]
Do not require the precense of INTROSPECTION_GIRS
It's useful to be able to include the makefile without
having introspection enabled.
Johan Dahlin [Mon, 14 Dec 2009 23:43:55 +0000 (21:43 -0200)]
Update .gitignore
Johan Dahlin [Mon, 14 Dec 2009 23:42:54 +0000 (21:42 -0200)]
Install Makefile.introspection in the right dir
Also, make sure that it is included in the dist
Johan Dahlin [Mon, 14 Dec 2009 23:42:21 +0000 (21:42 -0200)]
Move the functions out of the define
As it breaks when including the makefile when using
an absolute path.
Johan Dahlin [Mon, 14 Dec 2009 19:21:54 +0000 (17:21 -0200)]
Add a Makefile.introspection
This will make it easier for third-party projects to use
introspection by having easy make rules.
Johan Dahlin [Thu, 10 Dec 2009 19:21:40 +0000 (17:21 -0200)]
Post release version bump
Dan Winship [Wed, 9 Dec 2009 21:39:43 +0000 (16:39 -0500)]
annotate g_completion_complete_utf8
acts as a regression test on the recognizing-GLib.List-inside-glib
part of the previous patch.
https://bugzilla.gnome.org/show_bug.cgi?id=602512
Dan Winship [Wed, 9 Dec 2009 21:38:57 +0000 (16:38 -0500)]
[scanner] Fix various hardcoded type name checks
Various places that check hardcoded type names were not always handling
the case of the type being used from within its own library (in which
case it won't have a type prefix). Make them more consistent.
https://bugzilla.gnome.org/show_bug.cgi?id=602512
Dan Winship [Wed, 9 Dec 2009 21:37:18 +0000 (16:37 -0500)]
[scanner] "GError *" is not the same as "GError **"
Only set "throws" in the latter case
https://bugzilla.gnome.org/show_bug.cgi?id=602512
Johan Dahlin [Wed, 9 Dec 2009 18:39:31 +0000 (16:39 -0200)]
Improve the error message
Johan Dahlin [Wed, 9 Dec 2009 18:38:43 +0000 (16:38 -0200)]
Fix an annotationparser bug for empty tags
Makes sure we can parse empty tags such as '@foo:' without
adding a : in the end which the typelib compiler will complain
about
Johan Dahlin [Wed, 9 Dec 2009 12:24:16 +0000 (10:24 -0200)]
[Gio] g_repalce_contents_finish has an out arg
Bastien Nocera [Wed, 9 Dec 2009 11:21:30 +0000 (11:21 +0000)]
Make error more verbose in parser
By printing the function when arguments are missing
https://bugzilla.gnome.org/show_bug.cgi?id=604161
Johan Dahlin [Tue, 8 Dec 2009 19:43:30 +0000 (17:43 -0200)]
Wrap line in 80 characters
Colin Walters [Mon, 7 Dec 2009 16:49:33 +0000 (11:49 -0500)]
[everything] Add a function which has multiple (out) double arguments
This is similar to a Clutter function.
Colin Walters [Thu, 3 Dec 2009 23:40:36 +0000 (18:40 -0500)]
[transformer] Look up callback types in the full name set, not just typedefs
When looking up GINames, we should look in _names.names.
Colin Walters [Mon, 7 Dec 2009 23:34:35 +0000 (18:34 -0500)]
Fix foo-1.0-expected.{gir,tgir} for callback patch
Stefan Kost [Sat, 5 Dec 2009 21:00:32 +0000 (23:00 +0200)]
scanner: more verbose parser error messages
Keep track of the current line (the first 2000 chars of it) and include that in
syntax error messages. Also print that failed token in the error message.
Stefan Kost [Sat, 5 Dec 2009 20:54:43 +0000 (22:54 +0200)]
scanner: fix wrong linenumbers in parser errors
Increment linenumber in parse_comment which reads over multiline comments.
Stefan Kost [Fri, 4 Dec 2009 16:42:48 +0000 (18:42 +0200)]
annotationparser: include symbol name in warning
Telling file and line would be better, but alreday this way one atleast has a
chance to fix it actually.
Stefan Kost [Fri, 4 Dec 2009 16:33:22 +0000 (18:33 +0200)]
scanner: don't warn about unexpected characters when the char is \0
Johan Dahlin [Fri, 4 Dec 2009 15:13:55 +0000 (13:13 -0200)]
Add ffi cflags/libs/requires to exported .pc
This is required as external projects such as gjs
are now using girffi and thus need the ffi cflags
to be able to link.
https://bugzilla.gnome.org/show_bug.cgi?id=603653
Johan Dahlin [Fri, 4 Dec 2009 14:19:08 +0000 (12:19 -0200)]
Johan Dahlin [Thu, 3 Dec 2009 21:15:45 +0000 (19:15 -0200)]
Allow NULL to be sent in for various callbacks
Johan Dahlin [Thu, 3 Dec 2009 21:14:31 +0000 (19:14 -0200)]
[everything] Allow passing NULL to the callback
Johan Dahlin [Thu, 3 Dec 2009 10:07:56 +0000 (08:07 -0200)]
Remove scope notified annotations
It's no longer necessary as the scanner figures out these
by itself
Johan Dahlin [Thu, 3 Dec 2009 10:06:22 +0000 (08:06 -0200)]
Check for AsyncReadyCallback / DestroyNotify
This should have been included with f74823. Fixes
the async/notified scope annotation for glib/gio.
Colin Walters [Wed, 2 Dec 2009 23:17:03 +0000 (18:17 -0500)]
[configure.ac] Followup to
494c1c92520 - restore $GCOV_LIBS
Colin Walters [Wed, 2 Dec 2009 22:56:05 +0000 (17:56 -0500)]
Require libffi.pc
We use it for girffi.h. Remove the code to detect libffi without the .pc
file. If you don't have it, get it.
https://bugzilla.gnome.org/show_bug.cgi?id=603653
Colin Walters [Wed, 2 Dec 2009 17:56:52 +0000 (12:56 -0500)]
[dumper] Fix threads initialization
Correctly guard with g_thread_supported, call g_thread_init before
g_type_init.
Maxim Ermilov [Wed, 2 Dec 2009 13:01:17 +0000 (11:01 -0200)]
Add async callback tests to everything
Josselin Mouette [Wed, 2 Dec 2009 12:50:29 +0000 (10:50 -0200)]
Ignore errors caused by permissions in $HOME
https://bugzilla.gnome.org/show_bug.cgi?id=596960
Iain Nicol [Mon, 23 Nov 2009 18:52:40 +0000 (18:52 +0000)]
Remove some unportable integral type size assumptions
https://bugzilla.gnome.org/show_bug.cgi?id=602762
Christian Persch [Mon, 16 Nov 2009 12:09:18 +0000 (13:09 +0100)]
Use ${datadir} in lieu of hardcoding ${prefix}/share
Bug #602087.
Jasper Lievisse Adriaanse [Wed, 2 Dec 2009 12:38:58 +0000 (10:38 -0200)]
Fix build on OpenBSD
Due to a missing header, gobject-introspection fails to compile on OpenBSD.
And only due to headers-including-headers practice this doesn't blow up on
many other platforms.
https://bugzilla.gnome.org/show_bug.cgi?id=596226
Maxim Ermilov [Fri, 27 Nov 2009 15:49:51 +0000 (18:49 +0300)]
GI_TYPE_TAG_VOID != ffi_type_void
https://bugzilla.gnome.org/show_bug.cgi?id=603157
Johan Dahlin [Wed, 25 Nov 2009 00:18:27 +0000 (22:18 -0200)]
Better scope in GAsyncReadyCallback/GDestroyNotify
GAsyncReadyCallback should have use the async scope per
default and GDestroyNotify should be notified if the
previous parameters are a callback and user data.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=602862
Maxim Ermilov [Wed, 2 Dec 2009 12:18:24 +0000 (10:18 -0200)]
Plug a leak in g_callable_info_get_ffi_return_type
https://bugzilla.gnome.org/show_bug.cgi?id=603526
Tomeu Vizoso [Thu, 26 Nov 2009 11:43:42 +0000 (11:43 +0000)]
InitiallyUnownedClass should contain all the fields as ObjectClass if we want offset counting to be correct in its sublasses
https://bugzilla.gnome.org/show_bug.cgi?id=603038
Dan Winship [Sun, 22 Nov 2009 17:49:37 +0000 (12:49 -0500)]
Make (skip) annotation work everywhere
Previously it only worked for toplevel nodes. Now it works for any
node except <field>, since skipping a field would cause the
description of the struct layout to be wrong.
https://bugzilla.gnome.org/show_bug.cgi?id=602652
Dan Winship [Mon, 23 Nov 2009 15:52:09 +0000 (10:52 -0500)]
Fix enum prefix stripping to work only up to word boundaries
https://bugzilla.gnome.org/show_bug.cgi?id=602672
Maxim Ermilov [Wed, 18 Nov 2009 21:14:14 +0000 (00:14 +0300)]
Correct g_file_enumerator_next_files_finish annotation.
https://bugzilla.gnome.org/show_bug.cgi?id=597677
Simon van der Linden [Fri, 20 Nov 2009 09:38:36 +0000 (10:38 +0100)]
Add a method to compare infos
Add g_base_info_equal.
Tomeu Vizoso [Tue, 20 Oct 2009 19:33:33 +0000 (20:33 +0100)]
Add g_ir_ffi_convert_arguments
Tomeu Vizoso [Tue, 10 Nov 2009 18:37:28 +0000 (19:37 +0100)]
Don't put the callback element inside the field if it's not a glib struct
https://bugzilla.gnome.org/show_bug.cgi?id=557383
Tomeu Vizoso [Mon, 9 Nov 2009 18:17:23 +0000 (19:17 +0100)]
Implement callbacks as part of struct fields. Fixes #557383
gir: embed <callback> inside <field>
typelib: if a field contains a callback, store it just after the FieldBlob
girepository API: no additions
Colin Walters [Wed, 4 Nov 2009 16:43:13 +0000 (11:43 -0500)]
[gtypelib.h] Document SimpleTypeBlob more
Colin Walters [Sun, 25 Oct 2009 15:33:45 +0000 (11:33 -0400)]
[Gio] Annotate g_file_make_directory_with_parents
Colin Walters [Fri, 23 Oct 2009 03:53:37 +0000 (23:53 -0400)]
When doing type resolution on a string, treat it as its own ctype
Calling _resolve_param_type on a string instead of Node is fairly unusual,
and (as far as I could see) basically only happened in the Array processing
code. We were passing None as the ctype in this case, but we might as well
try using the name as a ctype too.
This fixes using GCallback (and in general any item in an array that comes
from an included gir).
Tomeu Vizoso [Thu, 22 Oct 2009 11:43:36 +0000 (12:43 +0100)]
Fix make check after
f152f5e97df7
https://bugzilla.gnome.org/show_bug.cgi?id=599327
Tomeu Vizoso [Thu, 22 Oct 2009 11:43:15 +0000 (12:43 +0100)]
Fix make check after
0d9cfb004d528
https://bugzilla.gnome.org/show_bug.cgi?id=599327
Colin Walters [Mon, 19 Oct 2009 22:18:14 +0000 (18:18 -0400)]
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
Colin Walters [Wed, 7 Oct 2009 19:54:05 +0000 (15:54 -0400)]
Explicitly sort object interfaces, properties, and signals
Previously we were taking this in order from the dumper, which ends up
being some undefined order from GObject. Just use Node's cmp to sort
them by name explicitly.
This probably doesn't cover all possible instances of this problem,
but these fixes are right.
https://bugzilla.gnome.org/show_bug.cgi?id=597724
Adam Sampson [Mon, 28 Sep 2009 17:45:23 +0000 (13:45 -0400)]
Consistently resolve symbolic links
When building the list of valid filenames for the scanner, resolve symlinks in
the filenames; the lexer does this when including files, so otherwise we'll get
filename mismatches if the path to the files being scanned includes a symlink.
Signed-off-by: Colin Walters <walters@verbum.org>
Johan Bilien [Fri, 18 Sep 2009 15:37:02 +0000 (11:37 -0400)]
Remove a remnant of shave
Halton Huo [Tue, 1 Sep 2009 06:27:42 +0000 (14:27 +0800)]
Make g-ir-scanner 64-bit enable. Closes #593639
Owen W. Taylor [Sat, 5 Sep 2009 00:29:32 +0000 (20:29 -0400)]
Post release version bump
Owen W. Taylor [Sat, 5 Sep 2009 00:27:27 +0000 (20:27 -0400)]
Bump version to 0.6.5
Colin Walters [Fri, 4 Sep 2009 21:02:14 +0000 (17:02 -0400)]
Correctly ref repository in GIUnresolvedInfo
Followup to previous patch.
Simon van der Linden [Wed, 26 Aug 2009 08:05:23 +0000 (10:05 +0200)]
Add CLFAGS and LIBS variables
Colin Walters [Fri, 4 Sep 2009 20:52:35 +0000 (16:52 -0400)]
Bug 593322 - Fix unref of GIUnresolvedInfo instances
We are treating GIUnresolvedInfo as a GIBaseInfo, but the structures
had drifted out of sync. Add a repository pointer and bring them
back into sync.
Based on a report and patch from Jan Hudec <bulb@ucw.cz>
Colin Walters [Fri, 4 Sep 2009 18:10:16 +0000 (14:10 -0400)]
Bug 593162 - Use built scanner from tarball builds
Looking for .git/.svn breaks in tarball scenarios; instead just see
if our source directory is named 'tools'.
Adel Gadllah [Mon, 31 Aug 2009 21:52:24 +0000 (23:52 +0200)]
Add GVolumeMonitor interfaces
Add GVolumeMonitor interfaces, used by gnome-shell's overlay (places)
Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com>
Signed-off-by: Colin Walters <walters@verbum.org>
Halton Huo [Mon, 31 Aug 2009 02:38:08 +0000 (10:38 +0800)]
Use CC rather than LD to fix build issue for gir. Closes #593599.
Halton Huo [Tue, 25 Aug 2009 03:22:41 +0000 (11:22 +0800)]
Replace LIBTOOL_LIBTOOL to LIBTOOL. Closes #592968.
Colin Walters [Mon, 24 Aug 2009 19:48:01 +0000 (15:48 -0400)]
Bug 574351 - Add --pkg-export option
We need to differentiate between --pkg options we use to parse
ourself, and --pkg-export which are needed for library consumers.
When introspecting a library we won't necessarily have the
pkg-config file built, so add a --pkg-export line so library
authors can explicitly make the .gir -> pkg-config association.
Dan Winship [Sat, 28 Mar 2009 14:07:37 +0000 (10:07 -0400)]
Bug 556628 – (skip) annotation
Adds a (skip) option that can be added to the header of any doc comment
to cause that symbol to be skipped in the .gir output
Colin Walters [Mon, 24 Aug 2009 18:38:27 +0000 (14:38 -0400)]
Bug 578200 - Substitute $(PYTHON) in g-ir-scanner.in
This lets us pick up non-default /usr/bin/python2.6 correctly.
Colin Walters [Mon, 24 Aug 2009 18:30:14 +0000 (14:30 -0400)]
Bug 587279 - Add COPYING.GPL and COPYING.LGPL
It's better to keep lawyers happy if we ship the actual license
files rather than just mentioning them in COPYING.
Colin Walters [Mon, 24 Aug 2009 18:23:21 +0000 (14:23 -0400)]
Bug 590883 - Use 'cc' instead of 'gcc' for preprocessing
Don't hardcode gcc, any cc which handles those options is good
enough; in particular this is reported to fix Sun Studio.
Colin Walters [Thu, 20 Aug 2009 22:21:41 +0000 (18:21 -0400)]
LD_LIBRARY_PATH exorcism
Thanks to commit
6d510b8db, we now no longer need LD_LIBRARY_PATH
to be set for invoking the compiler.
Next, before we were taking the LD_LIBRARY_PATH variable and
turning it into a compile path, presumably to attempt to handle
the cases where we weren't getting the right -L flags. Also
interacting with this was a while ago we weren't really doing
uninstalled libtool libraries correctly, which is probably
how hacks involving LD_LIBRARY_PATH crept into the scanner.
Just require that we're passed the right -L flags, and we
should be doing libtool libraries better now.
Colin Walters [Thu, 20 Aug 2009 21:10:51 +0000 (17:10 -0400)]
Merge branch 'typelib-dlopen'
Owen W. Taylor [Mon, 17 Aug 2009 17:17:01 +0000 (13:17 -0400)]
Remove some $(builddir) that crept back in
With recent merges, a few instances of $(builddir) got reintroduced.
Remove them.
http://bugzilla.gnome.org/show_bug.cgi?id=592114
Colin Walters [Tue, 18 Aug 2009 14:23:09 +0000 (10:23 -0400)]
[typelib] Clean up dlopen handling
It's was busted that g_typelib_new_* does the dlopen() since that caused
g-ir-compiler to load the modules even though it wasn't going to do
anything with them.
Instead, change things so that g_module_symbol does the dlopen on-demand.
Remove the extra dlopen(NULL) inside girepository.c, we had another
already in gtypelib.c.
Thanks to Owen Taylor for suggesting this approach.
Colin Walters [Mon, 17 Aug 2009 22:37:59 +0000 (18:37 -0400)]
Make Everything-1.0.gir depend on GObject-2.0.gir
For parallel building.