diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2014-02-14 17:56:10 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-02-14 17:57:14 +0000 |
commit | d8de1631c41333ba72a11658a2102bb42fb15d09 (patch) | |
tree | 7b256d05b7b6dc49ae14272cd46ca803068fdd88 /json-glib/json-node.c | |
parent | 4726ccc490a30aeff95b7c01fc6c44dbce36a7f4 (diff) | |
download | json-glib-d8de1631c41333ba72a11658a2102bb42fb15d09.tar.gz |
Add missing annotations
JsonNode, JsonObject, and JsonArray have various constructors, so we
need to annotate them.
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. |