From 2f56ba9021ec4fe1574630404d6b24e4813cf1eb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 27 Oct 2009 20:57:52 +0000 Subject: docs: Documentation fixes for gtk-doc --- json-glib/json-gboxed.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'json-glib/json-gboxed.c') 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 */ -- cgit v1.2.1