From a2fc9324cf8fe627e54985871159932d6d13a154 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 25 Sep 2008 00:34:25 +0000 Subject: Implement most of stylesheet's public API svn path=/trunk/libcss/; revision=5434 --- include/libcss/stylesheet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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); -- cgit v1.2.3