diff options
author | Robert Staudinger <robsta@gnome.org> | 2008-12-02 14:58:12 +0100 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2008-12-02 14:58:12 +0100 |
commit | 39d1fcfcf34054cb673192ec26e9e0d3d05466a4 (patch) | |
tree | e9cd062bb149c228c0c8479eb34cfd8d311e675c /ccss-doc/ccss-sections.txt | |
parent | 1394f6abfb99c4b9b2965045adf79bd1a462c244 (diff) |
* HACKING:
* ccss-cairo/ccss-image.c (load_image):
* ccss-doc/ccss-sections.txt:
* ccss-doc/tmpl/stylesheet.sgml:
* ccss/ccss-grammar.c (ccss_grammar_create_stylesheet_from_buffer),
(ccss_grammar_create_stylesheet_from_file):
* ccss/ccss-style-priv.h:
* ccss/ccss-style.c (ccss_style_destroy):
* ccss/ccss-stylesheet-priv.h:
* ccss/ccss-stylesheet.c (ccss_stylesheet_create),
(ccss_stylesheet_add_from_file), (ccss_stylesheet_destroy),
(ccss_stylesheet_reference), (ccss_stylesheet_get_reference_count),
(ccss_stylesheet_query_type), (ccss_stylesheet_query):
* ccss/ccss-stylesheet.h:
* ccss/ccss.sym:
Reference counting for `ccss_stylesheet_t'.
Diffstat (limited to 'ccss-doc/ccss-sections.txt')
-rw-r--r-- | ccss-doc/ccss-sections.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ccss-doc/ccss-sections.txt b/ccss-doc/ccss-sections.txt index 7982270..b893059 100644 --- a/ccss-doc/ccss-sections.txt +++ b/ccss-doc/ccss-sections.txt @@ -65,12 +65,14 @@ ccss_style_dump <SECTION> <TITLE>ccss_stylesheet_t</TITLE> <FILE>stylesheet</FILE> -ccss_stylesheet_iterator_f ccss_stylesheet_t +ccss_stylesheet_iterator_f ccss_stylesheet_precedence_t +ccss_stylesheet_destroy +ccss_stylesheet_reference +ccss_stylesheet_get_reference_count ccss_stylesheet_add_from_file ccss_stylesheet_foreach -ccss_stylesheet_destroy ccss_stylesheet_invalidate_node ccss_stylesheet_query_type ccss_stylesheet_query |