summaryrefslogtreecommitdiff
path: root/json-glib/json-gboxed.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-09-25 11:23:10 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-09-25 11:24:53 +0100
commit617286e4d38a93e41e1e1d974d01c1d73fd2ff66 (patch)
tree165a1ec075fdfb98e7470d62de039e7e0e170ac4 /json-glib/json-gboxed.c
parent19b0b873c07f918e06a8610f27a439334334a83d (diff)
downloadjson-glib-617286e4d38a93e41e1e1d974d01c1d73fd2ff66.tar.gz
Add introspection annotations
Diffstat (limited to 'json-glib/json-gboxed.c')
-rw-r--r--json-glib/json-gboxed.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/json-glib/json-gboxed.c b/json-glib/json-gboxed.c
index cf8e545..8f21f75 100644
--- a/json-glib/json-gboxed.c
+++ b/json-glib/json-gboxed.c
@@ -136,7 +136,7 @@ lookup_boxed_transform (GSList *transforms,
}
/**
- * json_boxed_register_serialize_func:
+ * json_boxed_register_serialize_func: (skip)
* @gboxed_type: a boxed type
* @node_type: a node type
* @serialize_func: serialization function for @boxed_type into
@@ -181,7 +181,7 @@ json_boxed_register_serialize_func (GType gboxed_type,
}
/**
- * json_boxed_register_deserialize_func:
+ * json_boxed_register_deserialize_func: (skip)
* @gboxed_type: a boxed type
* @node_type: a node type
* @deserialize_func: deserialization function for @boxed_type from
@@ -298,9 +298,8 @@ json_boxed_can_deserialize (GType gboxed_type,
* Serializes @boxed, a pointer to a #GBoxed of type @gboxed_type,
* into a #JsonNode
*
- * Return value: a #JsonNode with the serialization of the boxed
- * type, or %NULL if serialization either failed or was not
- * possible
+ * Return value: (transfer full): a #JsonNode with the serialization of the
+ * boxed type, or %NULL if serialization either failed or was not possible
*
* Since: 0.10
*/
@@ -328,8 +327,9 @@ json_boxed_serialize (GType 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
+ * Return value: (transfer full): the newly allocated #GBoxed. Use
+ * g_boxed_free() to release the resources allocated by this
+ * function
*
* Since: 0.10
*/