diff options
author | Robert Staudinger <robsta@gnome.org> | 2008-10-09 11:06:38 +0200 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2008-10-09 11:06:38 +0200 |
commit | da6ce1966514738a20b9bda99de63824462df509 (patch) | |
tree | 7cc316c3a5270c796b43e8f75f8af8e0b947a920 /doc | |
parent | 8b2aff76014b4fb6c8c18dce1c576d474e9196ae (diff) |
* ccss/ccss-border-parser.c (match_style), (parse_width),
(parse_style), (parse_color), (parse_radius),
(parse_stroke_property), (ccss_block_parse_border), (lookup_name):
* ccss/ccss-border-parser.h:
Internal property representation as a hash, untested.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ccss-sections.txt | 3 | ||||
-rw-r--r-- | doc/tmpl/ccss-unused.sgml | 7 | ||||
-rw-r--r-- | doc/tmpl/style.sgml | 10 |
3 files changed, 18 insertions, 2 deletions
diff --git a/doc/ccss-sections.txt b/doc/ccss-sections.txt index 07d622f..96362d3 100644 --- a/doc/ccss-sections.txt +++ b/doc/ccss-sections.txt @@ -26,7 +26,8 @@ ccss_node_init <TITLE>ccss_style_t</TITLE> <FILE>style</FILE> ccss_style_t -ccss_style_init +ccss_style_new +ccss_style_free ccss_style_draw_line ccss_style_draw_outline ccss_style_draw_rectangle diff --git a/doc/tmpl/ccss-unused.sgml b/doc/tmpl/ccss-unused.sgml index ca2ca2f..df59b56 100644 --- a/doc/tmpl/ccss-unused.sgml +++ b/doc/tmpl/ccss-unused.sgml @@ -18,3 +18,10 @@ @y: @Returns: +<!-- ##### FUNCTION ccss_style_init ##### --> +<para> + +</para> + +@self: + diff --git a/doc/tmpl/style.sgml b/doc/tmpl/style.sgml index 7fd90be..f8fb2f3 100644 --- a/doc/tmpl/style.sgml +++ b/doc/tmpl/style.sgml @@ -23,7 +23,15 @@ ccss_style_t </para> -<!-- ##### FUNCTION ccss_style_init ##### --> +<!-- ##### FUNCTION ccss_style_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ccss_style_free ##### --> <para> </para> |