From 71c08ab16507d3d8a961fbc9c40da8f2788fac00 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 25 Sep 2008 08:38:52 +0000 Subject: 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 --- src/stylesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheet.c') 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 -- cgit v1.2.3