summaryrefslogtreecommitdiff
path: root/girepository/girparser.h
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-08-28 22:13:00 +0000
committerColin Walters <walters@src.gnome.org>2008-08-28 22:13:00 +0000
commit19d4a35e1c9afd899c506707aff0432d7270f208 (patch)
tree7aab9e18281f1aa94d31f1af5405cefbd1c243f5 /girepository/girparser.h
parentc68a013968d6273b4b676f6006d8f5ff84716a82 (diff)
downloadgobject-introspection-19d4a35e1c9afd899c506707aff0432d7270f208.tar.gz
Fix --includedir handling
* tests/scanner/Makefile.am: Pass the right --includedir args. Add a Makefile dep. * tools/compiler.c: Pass includedirs down. * girepository/girparser.c: Actually put includedirs in context, pass down. Fix locate_gir. svn path=/trunk/; revision=514
Diffstat (limited to 'girepository/girparser.h')
-rw-r--r--girepository/girparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/girparser.h b/girepository/girparser.h
index ed9e6ceb..68b3acf5 100644
--- a/girepository/girparser.h
+++ b/girepository/girparser.h
@@ -27,9 +27,11 @@ G_BEGIN_DECLS
GList *g_ir_parse_string (const gchar *buffer,
+ const gchar *const *includes,
gssize length,
GError **error);
GList *g_ir_parse_file (const gchar *filename,
+ const gchar *const *includes,
GError **error);