summaryrefslogtreecommitdiff
path: root/json-glib/json-gboxed.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-10-27 20:57:52 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-10-27 20:57:52 +0000
commit2f56ba9021ec4fe1574630404d6b24e4813cf1eb (patch)
tree9580386c3583dbc5ad823570649a18e4eef39b3c /json-glib/json-gboxed.c
parentc176f70e593c9cfb4901cd9f27ce54b8aa7152f2 (diff)
downloadjson-glib-2f56ba9021ec4fe1574630404d6b24e4813cf1eb.tar.gz
docs: Documentation fixes for gtk-doc
Diffstat (limited to 'json-glib/json-gboxed.c')
-rw-r--r--json-glib/json-gboxed.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/json-glib/json-gboxed.c b/json-glib/json-gboxed.c
index 6dd85c4..09129c2 100644
--- a/json-glib/json-gboxed.c
+++ b/json-glib/json-gboxed.c
@@ -245,12 +245,14 @@ json_boxed_serialize (GType gboxed_type,
}
/**
- * json_boxed_serialize:
+ * json_boxed_deserialize:
* @gboxed_type: a boxed type
* @node: a #JsonNode
*
- * Deserializes @node into @boxed, a pointer to a #GBoxed of type
- * @gboxed_type
+ * Deserializes @node into a #GBoxed of @gboxed_type
+ *
+ * Return value: the newly allocated #GBoxed. Use g_boxed_free() to
+ * release the resources allocated by this function
*
* Since: 0.10
*/