[json-glib] docs: Documentation fixes for gtk-doc



commit 2f56ba9021ec4fe1574630404d6b24e4813cf1eb
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Oct 27 20:57:52 2009 +0000

    docs: Documentation fixes for gtk-doc

 json-glib/json-gboxed.c |    8 +++++---
 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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]