summaryrefslogtreecommitdiff
path: root/include/dom/core/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/attr.h')
-rw-r--r--include/dom/core/attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/attr.h b/include/dom/core/attr.h
index 87adfc6..6de0b28 100644
--- a/include/dom/core/attr.h
+++ b/include/dom/core/attr.h
@@ -27,7 +27,7 @@ dom_exception dom_attr_set_value(struct dom_attr *attr,
struct dom_string *value);
dom_exception dom_attr_get_owner(struct dom_attr *attr,
struct dom_element **result);
-dom_exception dom_attr_get_type_info(struct dom_attr *attr,
+dom_exception dom_attr_get_schema_type_info(struct dom_attr *attr,
struct dom_type_info **result);
dom_exception dom_attr_is_id(struct dom_attr *attr, bool *result);