From e63121a3ac7ff726d61eb0077457365dea797baa Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sun, 15 Jul 2007 12:56:37 +0000 Subject: Rename to dom_node_get_owner_document() in line with spec svn path=/trunk/dom/; revision=3414 --- src/core/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/node.c b/src/core/node.c index fc6f3fd..afca3b4 100644 --- a/src/core/node.c +++ b/src/core/node.c @@ -334,7 +334,7 @@ dom_exception dom_node_get_attributes(struct dom_node *node, * the responsibility of the caller to unref the node once it has * finished with it. */ -dom_exception dom_node_get_owner(struct dom_node *node, +dom_exception dom_node_get_owner_document(struct dom_node *node, struct dom_document **result) { /* If there is an owner, increase its reference count */ -- cgit v1.2.3