summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 08:38:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 08:38:52 +0000
commit71c08ab16507d3d8a961fbc9c40da8f2788fac00 (patch)
treec5a81c33e8f8294569d0cb73ebedbefef24eb129 /src
parente4e3c228c0c325dabe6be94efefea08badb72496 (diff)
downloadlibcss-71c08ab16507d3d8a961fbc9c40da8f2788fac00.tar.gz
libcss-71c08ab16507d3d8a961fbc9c40da8f2788fac00.tar.bz2
Modify CSS2.1 frontend test driver to use the public stylesheet API.
Media type handling may need to change -- 32bits may not be large enough in the long term, and there's no sensible way of extending this without causing ABI breakage in the future. svn path=/trunk/libcss/; revision=5439
Diffstat (limited to 'src')
-rw-r--r--src/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 45e6cae..eb8de29 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -20,7 +20,7 @@
* \param title Title of stylesheet
* \param origin Origin of stylesheet
* \param media Media stylesheet applies to
- * \param import_callback Handler for imported stylesheets
+ * \param import_callback Handler for imported stylesheets, or NULL
* \param import_pw Client private data for import_callback
* \param alloc Memory (de)allocation function
* \param alloc_pw Client private data for alloc