summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libappstream-glib/as-app.c2
-rw-r--r--libappstream-glib/as-image.c2
-rw-r--r--libappstream-glib/as-node.c6
-rw-r--r--libappstream-glib/as-provide.c2
-rw-r--r--libappstream-glib/as-release.c2
-rw-r--r--libappstream-glib/as-screenshot.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/libappstream-glib/as-app.c b/libappstream-glib/as-app.c
index 453e85a..87cc4a9 100644
--- a/libappstream-glib/as-app.c
+++ b/libappstream-glib/as-app.c
@@ -1882,7 +1882,7 @@ as_app_node_insert_languages (AsApp *app, GNode *parent)
*
* Inserts the application into the DOM tree.
*
- * Returns: (transfer full): A populated #GNode
+ * Returns: (transfer none): A populated #GNode, or %NULL
*
* Since: 0.1.0
**/
diff --git a/libappstream-glib/as-image.c b/libappstream-glib/as-image.c
index 65aad6a..57c0ca8 100644
--- a/libappstream-glib/as-image.c
+++ b/libappstream-glib/as-image.c
@@ -370,7 +370,7 @@ as_image_set_pixbuf (AsImage *image, GdkPixbuf *pixbuf)
*
* Inserts the image into the DOM tree.
*
- * Returns: (transfer full): A populated #GNode
+ * Returns: (transfer none): A populated #GNode
*
* Since: 0.1.0
**/
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
**/
diff --git a/libappstream-glib/as-provide.c b/libappstream-glib/as-provide.c
index f6be65b..6cb0667 100644
--- a/libappstream-glib/as-provide.c
+++ b/libappstream-glib/as-provide.c
@@ -221,7 +221,7 @@ as_provide_set_kind (AsProvide *provide, AsProvideKind kind)
*
* Inserts the provide into the DOM tree.
*
- * Returns: (transfer full): A populated #GNode
+ * Returns: (transfer none): A populated #GNode
*
* Since: 0.1.6
**/
diff --git a/libappstream-glib/as-release.c b/libappstream-glib/as-release.c
index 98adb7c..a9d4df7 100644
--- a/libappstream-glib/as-release.c
+++ b/libappstream-glib/as-release.c
@@ -219,7 +219,7 @@ as_release_set_description (AsRelease *release,
*
* Inserts the release into the DOM tree.
*
- * Returns: (transfer full): A populated #GNode
+ * Returns: (transfer none): A populated #GNode
*
* Since: 0.1.1
**/
diff --git a/libappstream-glib/as-screenshot.c b/libappstream-glib/as-screenshot.c
index e9bf506..8314090 100644
--- a/libappstream-glib/as-screenshot.c
+++ b/libappstream-glib/as-screenshot.c
@@ -272,7 +272,7 @@ as_screenshot_set_caption (AsScreenshot *screenshot,
*
* Inserts the screenshot into the DOM tree.
*
- * Returns: (transfer full): A populated #GNode
+ * Returns: (transfer none): A populated #GNode
*
* Since: 0.1.1
**/