summaryrefslogtreecommitdiff
path: root/src/parser/cr-declaration.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-06-09 18:09:44 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-06-09 18:09:44 +0000
commit400f3b108f7e00c1a3189fed728581df8ed8dce7 (patch)
tree1391087cfa2a00a0eed54c51d97d86a6281ea963 /src/parser/cr-declaration.h
parentdbe4c464a5e2079fa21f05ad74fe36c93cb64670 (diff)
downloadlibcroco-400f3b108f7e00c1a3189fed728581df8ed8dce7.tar.gz
updated this test to test the new cr_declaration_to_string () api.
* tests/test4-main.c: updated this test to test the new cr_declaration_to_string () api. * src/parser/cr-declaration.[ch] (cr_declaration_to_string ()): Added this new api to allow the serialisation of css declarations. This is not well tested yet, but it works. Dodji.
Diffstat (limited to 'src/parser/cr-declaration.h')
-rw-r--r--src/parser/cr-declaration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/cr-declaration.h b/src/parser/cr-declaration.h
index 748b313..4be7761 100644
--- a/src/parser/cr-declaration.h
+++ b/src/parser/cr-declaration.h
@@ -92,6 +92,10 @@ void
cr_declaration_dump (CRDeclaration *a_this, FILE *a_fp, glong a_indent,
gboolean a_one_per_line) ;
+guchar *
+cr_declaration_to_string (CRDeclaration *a_this,
+ gulong a_indent) ;
+
void
cr_declaration_ref (CRDeclaration *a_this) ;