summaryrefslogtreecommitdiff
path: root/bindings/hubbub
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-11 21:41:00 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-11 21:41:00 +0100
commit9c182425bd8ed61160f213f9ebfd5fe8cec09f6c (patch)
tree116f5e062c4d4ec3cdeebfdfa44b7530b00a7556 /bindings/hubbub
parent5a1b4034278a721d228c6e1c71588bc33803edf4 (diff)
downloadlibdom-9c182425bd8ed61160f213f9ebfd5fe8cec09f6c.tar.gz
libdom-9c182425bd8ed61160f213f9ebfd5fe8cec09f6c.tar.bz2
Update comment.
Diffstat (limited to 'bindings/hubbub')
-rw-r--r--bindings/hubbub/parser.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/bindings/hubbub/parser.h b/bindings/hubbub/parser.h
index a35cfd1..ef0a745 100644
--- a/bindings/hubbub/parser.h
+++ b/bindings/hubbub/parser.h
@@ -40,16 +40,12 @@ typedef enum dom_hubbub_encoding_source {
* After you have parsed the data,
*
* dom_hubbub_parser_completed(...);
- * dom_bubbub_parser_get_document(...);
* dom_hubbub_parser_destroy(...);
*
- * Clients must ensure that the last 3 function calls above are called in
- * the order shown. dom_hubbub_parser_get_document() will pass the ownership
+ * Clients must ensure that these function calls above are called in
+ * the order shown. dom_hubbub_parser_create() will pass the ownership
* of the document to the client. After that, the parser should be destroyed.
* The client must not call any method of this parser after destruction.
- *
- * The client must call dom_hubbub_parser_completed() before calling
- * dom_hubbub_parser_get_document().
*/
/* Create a Hubbub parser instance */