summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-10 19:07:59 +0200
committerJens Georg <mail@jensge.org>2021-06-10 19:07:59 +0200
commit67cb9c8f10c948eda0cb11d3403bee186a9d1711 (patch)
treea323485d81943e45cddfbfd3001b48f077f5bb0d
parentbaf6f80d9f11e30a6520fa7488aa9e980da9bf3f (diff)
downloadgupnp-67cb9c8f10c948eda0cb11d3403bee186a9d1711.tar.gz
Revert "xml-doc: Temporarily disable transfer annotation"
This reverts commit 0f0cfd2fc50efcbfe5fcc12d18eda0fe60ae6303.
-rw-r--r--libgupnp/gupnp-xml-doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-xml-doc.c b/libgupnp/gupnp-xml-doc.c
index 1948066..c3bf075 100644
--- a/libgupnp/gupnp-xml-doc.c
+++ b/libgupnp/gupnp-xml-doc.c
@@ -82,7 +82,7 @@ gupnp_xml_doc_class_init (GUPnPXMLDocClass *klass)
/**
* gupnp_xml_doc_new:
- * @xml_doc:(transfer none): Pointer to #xmlDoc to wrap under this object
+ * @xml_doc:(transfer full): Pointer to #xmlDoc to wrap under this object
*
* Create a new #GUPnPXMLDoc for @xml_doc.
*