diff options
Diffstat (limited to 'docs/reference/gtk/gtk3-sections.txt')
-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 |