summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-27 16:18:57 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-27 16:18:57 +0200
commit4a970453dee42ad1cbef4505e10a3c5a9ff69f61 (patch)
treea12a1bf8420889ab8432b77034cd65ea8ed59009 /lasso/xml
parentb4e04a07165557b7193f715d55a31dfdd287d7ec (diff)
downloadlasso-4a970453dee42ad1cbef4505e10a3c5a9ff69f61.tar.gz
lasso-4a970453dee42ad1cbef4505e10a3c5a9ff69f61.tar.xz
lasso-4a970453dee42ad1cbef4505e10a3c5a9ff69f61.zip
[Core] add missing annotation to lasso_*_dump functions
The string returned by these functions is newly allocated and must be freed by the caller.
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/xml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 48914c9c..e3c1db30 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -161,7 +161,7 @@ _lasso_node_export_to_xml(LassoNode *node, gboolean format, gboolean dump, int l
*
* Dumps @node. All datas in object are dumped in an XML format.
*
- * Return value: a full XML dump of @node. The string must be freed by the
+ * Return value:(transfer full): a full XML dump of @node. The string must be freed by the
* caller.
**/
char*
@@ -178,7 +178,7 @@ lasso_node_dump(LassoNode *node)
* Create a debug dump for @node, it is pretty printed so any contained signature will be
* uncheckable.
*
- * Return value: a full indented and so human readable dump of @node. The string must be freed by
+ * Return value:(transfer full): a full indented and so human readable dump of @node. The string must be freed by
* the caller.
*/
char*