summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-02-19 23:27:10 +0000
committerVincent Sanders <vince@kyllikki.org>2013-02-19 23:27:10 +0000
commit081cf689356ef9138b67da2c687883b9c3354a63 (patch)
treec482500d137ff527279e15f1167ac3d2022fb013 /include/dom
parentf7ae4017ff50be5ef4eb3047ebbff4820550d5ed (diff)
downloadlibdom-081cf689356ef9138b67da2c687883b9c3354a63.tar.gz
libdom-081cf689356ef9138b67da2c687883b9c3354a63.tar.bz2
add context for default action function
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/core/implementation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/core/implementation.h b/include/dom/core/implementation.h
index e48e506..2a47da0 100644
--- a/include/dom/core/implementation.h
+++ b/include/dom/core/implementation.h
@@ -43,6 +43,7 @@ dom_exception dom_implementation_create_document(
const char *namespace, const char *qname,
struct dom_document_type *doctype,
dom_events_default_action_fetcher daf,
+ void *daf_ctx,
struct dom_document **doc);
dom_exception dom_implementation_get_feature(