From 44a1b75fe3664687238929c61e58399940d3f862 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 6 Dec 2012 19:31:17 +0000 Subject: add default action fetcher to binding parameters --- bindings/hubbub/parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/hubbub/parser.h') diff --git a/bindings/hubbub/parser.h b/bindings/hubbub/parser.h index 132cc86..54ad0c8 100644 --- a/bindings/hubbub/parser.h +++ b/bindings/hubbub/parser.h @@ -60,6 +60,9 @@ typedef struct dom_hubbub_parser_params { dom_msg msg; /**< Informational message function */ void *ctx; /**< Pointer to client-specific private data */ + + /** default action fetcher function */ + dom_events_default_action_fetcher daf; } dom_hubbub_parser_params; /* Create a Hubbub parser instance */ -- cgit v1.2.3