summaryrefslogtreecommitdiff
path: root/json-glib/json-serializable.c
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2011-01-06 17:44:46 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-01-10 10:47:14 +0000
commite828cba563f2584e848994935478a7ffd21728df (patch)
tree9df2b4274004f0d92621081ed77f87cc078e92d1 /json-glib/json-serializable.c
parent02dd77efaa60201f74349c969dc005c8bb092057 (diff)
downloadjson-glib-e828cba563f2584e848994935478a7ffd21728df.tar.gz
Add missing introspection annotations.
https://bugzilla.gnome.org/show_bug.cgi?id=638932
Diffstat (limited to 'json-glib/json-serializable.c')
-rw-r--r--json-glib/json-serializable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-serializable.c b/json-glib/json-serializable.c
index 4a15f3f..c29cf9a 100644
--- a/json-glib/json-serializable.c
+++ b/json-glib/json-serializable.c
@@ -72,7 +72,7 @@ json_serializable_serialize_property (JsonSerializable *serializable,
* json_serializable_deserialize_property:
* @serializable: a #JsonSerializable
* @property_name: the name of the property
- * @value: a pointer to an uninitialized #GValue
+ * @value: (out): a pointer to an uninitialized #GValue
* @pspec: a #GParamSpec
* @property_node: a #JsonNode containing the serialized property
*