summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/raptor_xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raptor_xml.c b/src/raptor_xml.c
index 77644ca9..d89030c0 100644
--- a/src/raptor_xml.c
+++ b/src/raptor_xml.c
@@ -52,6 +52,8 @@
* @xml_base: the in-scope XML base URI (or NULL)
*
* Constructor - create a new XML element from a QName
+ *
+ * The @xml_language and @xml_base become owned by the new object.
*
* Return value: a new #raptor_xml_element or NULL on failure
**/