summaryrefslogtreecommitdiff
path: root/include/libcss/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 00:34:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 00:34:25 +0000
commita2fc9324cf8fe627e54985871159932d6d13a154 (patch)
treedcfe84f60881fecb58ef3c0a4f9da0b0248ac504 /include/libcss/stylesheet.h
parent4793b871b96c1b64383695be117467b59bfbfaa1 (diff)
downloadlibcss-a2fc9324cf8fe627e54985871159932d6d13a154.tar.gz
libcss-a2fc9324cf8fe627e54985871159932d6d13a154.tar.bz2
Implement most of stylesheet's public API
svn path=/trunk/libcss/; revision=5434
Diffstat (limited to 'include/libcss/stylesheet.h')
-rw-r--r--include/libcss/stylesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcss/stylesheet.h b/include/libcss/stylesheet.h
index a3ff0a6..2f433a6 100644
--- a/include/libcss/stylesheet.h
+++ b/include/libcss/stylesheet.h
@@ -27,6 +27,8 @@ css_error css_stylesheet_append_data(css_stylesheet *sheet,
const uint8_t *data, size_t len);
css_error css_stylesheet_data_done(css_stylesheet *sheet);
+/** \todo Need api for setting/clearing disabled flag */
+
css_error css_stylesheet_get_url(css_stylesheet *sheet, const char **url);
css_error css_stylesheet_get_title(css_stylesheet *sheet, const char **title);
css_error css_stylesheet_get_origin(css_stylesheet *sheet, css_origin *origin);