summaryrefslogtreecommitdiff
path: root/girepository/girmodule.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-02-11 17:18:28 -0500
committerColin Walters <walters@verbum.org>2010-02-11 17:18:28 -0500
commita9e6ae83ffa54194adc01e84c85ac336c59fd520 (patch)
tree959debe8779fd17e0177ef33bc157f91159fbbe3 /girepository/girmodule.h
parentaaef4935d212ede7df24e67cd3afac19a322e775 (diff)
downloadgobject-introspection-a9e6ae83ffa54194adc01e84c85ac336c59fd520.tar.gz
[g-ir-compiler] Slightly less lame error messages
To make things really better we should track the line origin of element from the .gir file (and actually we need to do better checking in the scanner), but this is slightly less lame.
Diffstat (limited to 'girepository/girmodule.h')
-rw-r--r--girepository/girmodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/girmodule.h b/girepository/girmodule.h
index 5a558c35..da3fb35d 100644
--- a/girepository/girmodule.h
+++ b/girepository/girmodule.h
@@ -61,6 +61,8 @@ void g_ir_module_add_include_module (GIrModule *module,
GTypelib * g_ir_module_build_typelib (GIrModule *module,
GList *modules);
+void g_ir_module_fatal (GIrModule *module, guint line, const char *msg, ...) G_GNUC_PRINTF (3, 4) G_GNUC_NORETURN;
+
void _g_irnode_init_stats (void);
void _g_irnode_dump_stats (void);