summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-25 10:21:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-25 10:21:12 +0000
commit1fb0c517a6d473be34ef874c412eff50fa96e39f (patch)
treefaef3d4734193a297e489f7a9b9d01a681b209c6 /src
parentab9ee0ab630dcab85b5fd8d5a2a00ccb5dce2473 (diff)
downloadlibdom-1fb0c517a6d473be34ef874c412eff50fa96e39f.tar.gz
libdom-1fb0c517a6d473be34ef874c412eff50fa96e39f.tar.bz2
Comment client's ownership of class array.
svn path=/trunk/libdom/; revision=13665
Diffstat (limited to 'src')
-rw-r--r--src/core/element.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/element.c b/src/core/element.c
index df1654b..156fb47 100644
--- a/src/core/element.c
+++ b/src/core/element.c
@@ -1147,7 +1147,7 @@ dom_exception _dom_element_set_id_attribute_node(struct dom_element *element,
* Obtain a pre-parsed array of class names for an element
*
* \param element Element containing classes
- * \param classes Pointer to location to receive allocated array
+ * \param classes Pointer to location to receive client-owned allocated array
* \param n_classes Pointer to location to receive number of classes
* \return DOM_NO_ERR on success,
* DOM_NO_MEM_ERR on memory exhaustion