diff options
Diffstat (limited to 'json-glib/json-node.c')
-rw-r--r-- | json-glib/json-node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-node.c b/json-glib/json-node.c index 88a814e..e5a66a7 100644 --- a/json-glib/json-node.c +++ b/json-glib/json-node.c @@ -89,7 +89,7 @@ json_node_get_value_type (JsonNode *node) } /** - * json_node_alloc: + * json_node_alloc: (constructor) * * Allocates a new #JsonNode. Use json_node_init() and its variants * to initialize the returned value. |