diff options
author | Benjamin Otte <otte@redhat.com> | 2011-06-17 02:02:24 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-08-26 16:26:27 +0200 |
commit | 00d14e35157d7512ec9892bcc5eebdc186ad52e3 (patch) | |
tree | f6883587bb7116d7369db6b7c12a99c907a7693e /docs | |
parent | c8fdd5e847181997cf8f366a1d47bff53d0d7976 (diff) | |
download | gtk+-00d14e35157d7512ec9892bcc5eebdc186ad52e3.tar.gz |
API: css: Add GtkCssSection
This struct keeps track of an area of text in a CSS file and uses it
when specifying information. Also, the cssprovider keeps track of
sections when parsing a file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 7ec6f1d82c..2cc0722e57 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5739,6 +5739,19 @@ gtk_css_provider_new gtk_css_provider_to_string GTK_CSS_PROVIDER_ERROR GtkCssProviderError +<SUBSECTION> +GtkCssSection +GtkCssSectionType +gtk_css_section_get_end_line +gtk_css_section_get_end_position +gtk_css_section_get_file +gtk_css_section_get_parent +gtk_css_section_get_section_type +gtk_css_section_get_start_line +gtk_css_section_get_start_position +gtk_css_section_get_type +gtk_css_section_ref +gtk_css_section_unref <SUBSECTION Standard> GTK_TYPE_CSS_PROVIDER GTK_CSS_PROVIDER @@ -5749,6 +5762,7 @@ GTK_IS_CSS_PROVIDER_CLASS <SUBSECTION Private> gtk_css_provider_get_type gtk_css_provider_error_quark +gtk_css_section_get_type </SECTION> <SECTION> |