diff options
-rw-r--r-- | lasso/xml/misc_text_node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/misc_text_node.c b/lasso/xml/misc_text_node.c index 6d23046d..3a2016c9 100644 --- a/lasso/xml/misc_text_node.c +++ b/lasso/xml/misc_text_node.c @@ -174,7 +174,7 @@ lasso_misc_text_node_get_type() * * Return the xml content in this node. * - * Return value: an #xmlNode or NULL. + * Return value:(transfer none): an #xmlNode or NULL. */ xmlNode* lasso_misc_text_node_get_xml_content(LassoMiscTextNode *misc_text_node) |