summaryrefslogtreecommitdiff
path: root/src/core/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/attr.c')
-rw-r--r--src/core/attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/attr.c b/src/core/attr.c
index 52fc314..bcdc0ce 100644
--- a/src/core/attr.c
+++ b/src/core/attr.c
@@ -135,7 +135,7 @@ dom_exception dom_attr_get_owner(struct dom_attr *attr,
* The returned type info will have its reference count increased. The caller
* should unref it once it has finished with it.
*/
-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)
{
UNUSED(attr);