diff options
author | Denis Washington <denisw@online.de> | 2011-08-30 08:38:03 +0200 |
---|---|---|
committer | Denis Washington <denisw@online.de> | 2011-08-30 08:38:03 +0200 |
commit | cea54613538ffaa0a2cf2326de1822f740de1361 (patch) | |
tree | c18de79055af8c6466ab882ac1f257c93c316311 /docs/reference/gtk | |
parent | c2107aebe708d44e04a34f9549c110a82cce5153 (diff) | |
parent | 143f943905fc75cb5888011b641e447ee5c75037 (diff) | |
download | gtk+-gtkbuilder-gbinding-transform.tar.gz |
Merge branch 'gtkbuilder-gbinding' into gtkbuilder-gbinding-transformgtkbuilder-gbinding-transform
Diffstat (limited to 'docs/reference/gtk')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 7ec6f1d82c..aca18e9a2d 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> @@ -6974,6 +6988,7 @@ GtkGrid gtk_grid_new gtk_grid_attach gtk_grid_attach_next_to +gtk_grid_get_child_at gtk_grid_insert_row gtk_grid_insert_column gtk_grid_insert_next_to |