summaryrefslogtreecommitdiff
path: root/include/libcss/errors.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 17:20:19 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 17:20:19 +0000
commit1d8b0aad719898be0f1b8a862be41c2b51075c80 (patch)
tree1efac87b00dba4be396a3aa9ef1c45e023272ff0 /include/libcss/errors.h
parent03c0b36fdb90960b4a4c1e6f86084c850463195b (diff)
downloadlibcss-1d8b0aad719898be0f1b8a862be41c2b51075c80.tar.gz
libcss-1d8b0aad719898be0f1b8a862be41c2b51075c80.tar.bz2
Rework handling of imported stylesheets.
No longer is the client called back mid-parse. Instead, they must acquire details of and process imported stylesheets after css_stylesheet_data_done() has been called on the parent sheet. The return code of css_stylesheet_data_done() informs the client of the need to process imported sheets. svn path=/trunk/libcss/; revision=6504
Diffstat (limited to 'include/libcss/errors.h')
-rw-r--r--include/libcss/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcss/errors.h b/include/libcss/errors.h
index 8e321ce..2a36492 100644
--- a/include/libcss/errors.h
+++ b/include/libcss/errors.h
@@ -20,6 +20,7 @@ typedef enum css_error {
CSS_NEEDDATA = 5,
CSS_BADCHARSET = 6,
CSS_EOF = 7,
+ CSS_IMPORTS_PENDING = 8
} css_error;
/* Convert a libcss error value to a string */