From f26a523d673da6eea3822d91ab2817737b05824b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 11 Jul 2007 02:23:16 +0000 Subject: Add Element. Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400 --- src/core/attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/attr.c') 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); -- cgit v1.2.3