diff options
Diffstat (limited to 'girepository/girparser.h')
-rw-r--r-- | girepository/girparser.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/girepository/girparser.h b/girepository/girparser.h index 076c9818..e56c63b5 100644 --- a/girepository/girparser.h +++ b/girepository/girparser.h @@ -29,20 +29,20 @@ G_BEGIN_DECLS typedef struct _GIrParser GIrParser; -GIrParser *g_ir_parser_new (void); -void g_ir_parser_free (GIrParser *parser); -void g_ir_parser_set_includes (GIrParser *parser, - const gchar *const *includes); - -GIrModule *g_ir_parser_parse_string (GIrParser *parser, - const gchar *namespace, - const gchar *filename, - const gchar *buffer, - gssize length, - GError **error); -GIrModule *g_ir_parser_parse_file (GIrParser *parser, - const gchar *filename, - GError **error); +GIrParser *_g_ir_parser_new (void); +void _g_ir_parser_free (GIrParser *parser); +void _g_ir_parser_set_includes (GIrParser *parser, + const gchar *const *includes); + +GIrModule *_g_ir_parser_parse_string (GIrParser *parser, + const gchar *namespace, + const gchar *filename, + const gchar *buffer, + gssize length, + GError **error); +GIrModule *_g_ir_parser_parse_file (GIrParser *parser, + const gchar *filename, + GError **error); G_END_DECLS |