diff options
Diffstat (limited to 'json-glib/json-builder.c')
-rw-r--r-- | json-glib/json-builder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-builder.c b/json-glib/json-builder.c index f8af1cd..0a7f536 100644 --- a/json-glib/json-builder.c +++ b/json-glib/json-builder.c @@ -250,7 +250,7 @@ json_builder_new (void) } /** - * json_builder_new_immutable: + * json_builder_new_immutable: (constructor) * * Creates a new #JsonBuilder instance with its #JsonBuilder:immutable property * set to %TRUE to create immutable output trees. |