diff options
Diffstat (limited to 'girepository/girparser.c')
-rw-r--r-- | girepository/girparser.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/girepository/girparser.c b/girepository/girparser.c index 0a4a65d8..fd742f94 100644 --- a/girepository/girparser.c +++ b/girepository/girparser.c @@ -3502,6 +3502,11 @@ _g_ir_parser_parse_string (GIrParser *parser, if (ctx.modules) return ctx.modules->data; + + g_set_error (error, + G_MARKUP_ERROR, + G_MARKUP_ERROR_INVALID_CONTENT, + "Expected namespace element in the gir file"); return NULL; } |