summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 10:24:19 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 10:24:19 +0000
commit6c1f54446c1df937913a0d0e236aba7603047597 (patch)
tree8db87505d7e1f1f678467b97f1d1c06f4d57036a /include
parent8d2bb00dc10961dd4195c83569333c3389b49755 (diff)
downloadlibdom-6c1f54446c1df937913a0d0e236aba7603047597.tar.gz
libdom-6c1f54446c1df937913a0d0e236aba7603047597.tar.bz2
Implement HTMLDocument constructor/destructor
svn path=/trunk/libdom/; revision=13420
Diffstat (limited to 'include')
-rw-r--r--include/dom/html/html_document.h2
1 files changed, 1 insertions, 1 deletions
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);