From d8de1631c41333ba72a11658a2102bb42fb15d09 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 14 Feb 2014 17:56:10 +0000 Subject: Add missing annotations JsonNode, JsonObject, and JsonArray have various constructors, so we need to annotate them. --- json-glib/json-node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-glib/json-node.c') 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. -- cgit v1.2.1