summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-20 14:33:48 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-20 14:39:41 +0100
commit676487e7f47368e8d3c613e44d3f7739e2f8a160 (patch)
tree6c3768a4bc05914c0439852d1d998a41f62b15ff /libappstream-glib/as-node.c
parent54d561ea34131e4dd300ff8cd8bed008b59b254b (diff)
downloadappstream-glib-676487e7f47368e8d3c613e44d3f7739e2f8a160.tar.gz
trivial: Fix up some GObjectIntrospection markup
Diffstat (limited to 'libappstream-glib/as-node.c')
-rw-r--r--libappstream-glib/as-node.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libappstream-glib/as-node.c b/libappstream-glib/as-node.c
index b8cbe83..f5320ea 100644
--- a/libappstream-glib/as-node.c
+++ b/libappstream-glib/as-node.c
@@ -610,7 +610,7 @@ as_node_passthrough_cb (GMarkupParseContext *context,
*
* Parses XML data into a DOM tree.
*
- * Returns: (transfer full): A populated #GNode tree
+ * Returns: (transfer none): A populated #GNode tree
*
* Since: 0.1.0
**/
@@ -709,7 +709,7 @@ as_node_to_file (const GNode *root,
*
* Parses an XML file into a DOM tree.
*
- * Returns: (transfer full): A populated #GNode tree
+ * Returns: (transfer none): A populated #GNode tree
*
* Since: 0.1.0
**/
@@ -1212,7 +1212,7 @@ as_node_find (GNode *root, const gchar *path)
*
* Inserts a node into the DOM.
*
- * Returns: (transfer full): A populated #GNode
+ * Returns: (transfer none): A populated #GNode
*
* Since: 0.1.0
**/