From 2f8a2a6b706a02aaafb3efdbdb8365aaabb9e222 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Tue, 6 Oct 2020 20:12:10 -0700 Subject: docs --- src/raptor_xml.c | 2 ++ 1 file changed, 2 insertions(+) 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 **/ -- cgit v1.2.1