From 975d9c90af8537bf59f93fe5b0d94026271f79ea Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 5 Feb 2012 10:24:19 +0000 Subject: Implement HTMLDocument constructor/destructor svn path=/trunk/libdom/; revision=13420 --- include/dom/html/html_document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dom/html/html_document.h b/include/dom/html/html_document.h index 16ade80..d52a771 100644 --- a/include/dom/html/html_document.h +++ b/include/dom/html/html_document.h @@ -36,7 +36,7 @@ struct dom_ui_handler { typedef struct dom_ui_handler dom_ui_handler; /* Create a HTMLDocument */ -dom_exception dom_html_document_create(dom_msg msg, void *msg_pw, +dom_exception dom_html_document_create( dom_events_default_action_fetcher daf, dom_ui_handler *ui, dom_html_document **doc); -- cgit v1.2.3