summaryrefslogtreecommitdiff
path: root/girepository/girparser.h
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2008-10-22 14:31:58 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2008-10-22 14:31:58 +0000
commit6a76f36420634276f4c3ee18208ac9a0a0f26e0c (patch)
tree67bb35c2e9268df7d643746a6153a1c8e02e5e66 /girepository/girparser.h
parentdc6518128a6d25c97e8e6801961700c15b6d68fa (diff)
downloadgobject-introspection-6a76f36420634276f4c3ee18208ac9a0a0f26e0c.tar.gz
fix some build warnings.
2008-10-22 Lucas Rocha <lucasr@gnome.org> * girepository/girmodule.c, girepository/gtypelib.c, girepository/girparser.[ch]: fix some build warnings. svn path=/trunk/; revision=783
Diffstat (limited to 'girepository/girparser.h')
-rw-r--r--girepository/girparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/girepository/girparser.h b/girepository/girparser.h
index 68b3acf5..08aecb97 100644
--- a/girepository/girparser.h
+++ b/girepository/girparser.h
@@ -26,8 +26,9 @@
G_BEGIN_DECLS
-GList *g_ir_parse_string (const gchar *buffer,
+GList *g_ir_parse_string (const gchar *namespace,
const gchar *const *includes,
+ const gchar *buffer,
gssize length,
GError **error);
GList *g_ir_parse_file (const gchar *filename,