From b79bcc3fef8a90c96b3db8dcb34ceea0f778e876 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 6 Dec 2010 23:38:53 +0000 Subject: Provide mechanism for binding/client to define the features a document object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025 --- include/dom/html/html_document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom/html/html_document.h') diff --git a/include/dom/html/html_document.h b/include/dom/html/html_document.h index 00a355e..230024a 100644 --- a/include/dom/html/html_document.h +++ b/include/dom/html/html_document.h @@ -43,7 +43,7 @@ typedef struct dom_ui_handler dom_ui_handler; /* Create a HTMLDocument */ dom_exception dom_html_document_create(dom_alloc alloc, void *pw, dom_msg msg, void *msg_pw, - dom_events_default_action_fetcher daf, dom_ui_handler ui, + dom_events_default_action_fetcher daf, dom_ui_handler *ui, dom_parser_type pt, dom_html_document **doc); /* Parse a data chunk into the HTMLDocument */ -- cgit v1.2.3