[gtk+/gtk-style-context: 314/490] Theming documentation fixes



commit 5afe03a5d1f118729c85367e0ad717eb66471e79
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Nov 3 12:15:49 2010 +0100

    Theming documentation fixes
    
    2 functions were not in -sections.txt, and GtkStyleSet was renamed
    to GtkStyleProperties.

 docs/reference/gtk/gtk3-sections.txt |   50 +++++++++++++++++----------------
 1 files changed, 26 insertions(+), 24 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 0cf8dfc..e7040ce 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -5366,6 +5366,7 @@ gtk_symbolic_color_new_literal
 gtk_symbolic_color_new_mix
 gtk_symbolic_color_new_name
 gtk_symbolic_color_new_shade
+gtk_symbolic_color_new_alpha
 gtk_symbolic_color_resolve
 gtk_symbolic_color_ref
 gtk_symbolic_color_unref
@@ -5384,32 +5385,32 @@ gtk_gradient_get_type
 </SECTION>
 
 <SECTION>
-<FILE>gtkstyleset</FILE>
-<TITLE>GtkStyleSet</TITLE>
-GtkStyleSet
-gtk_style_set_clear
-gtk_style_set_get
-gtk_style_set_get_property
-gtk_style_set_get_valist
-gtk_style_set_lookup_color
-gtk_style_set_lookup_property
-gtk_style_set_map_color
-gtk_style_set_merge
-gtk_style_set_new
-gtk_style_set_register_property
-gtk_style_set_set
-gtk_style_set_set_property
-gtk_style_set_set_valist
-gtk_style_set_unset_property
+<FILE>gtkstyleproperties</FILE>
+<TITLE>GtkStyleProperties</TITLE>
+GtkStyleProperties
+gtk_style_properties_clear
+gtk_style_properties_get
+gtk_style_properties_get_property
+gtk_style_properties_get_valist
+gtk_style_properties_lookup_color
+gtk_style_properties_lookup_property
+gtk_style_properties_map_color
+gtk_style_properties_merge
+gtk_style_properties_new
+gtk_style_properties_register_property
+gtk_style_properties_set
+gtk_style_properties_set_property
+gtk_style_properties_set_valist
+gtk_style_properties_unset_property
 <SUBSECTION Standard>
-GTK_TYPE_STYLE_SET
-GTK_IS_STYLE_SET
-GTK_IS_STYLE_SET_CLASS
-GTK_STYLE_SET
-GTK_STYLE_SET_CLASS
-GTK_STYLE_SET_GET_CLASS
+GTK_TYPE_STYLE_PROPERTIES
+GTK_IS_STYLE_PROPERTIES
+GTK_IS_STYLE_PROPERTIES_CLASS
+GTK_STYLE_PROPERTIES
+GTK_STYLE_PROPERTIES_CLASS
+GTK_STYLE_PROPERTIES_GET_CLASS
 <SUBSECTION Private>
-gtk_style_set_get_type
+gtk_style_properties_get_type
 </SECTION>
 
 <SECTION>
@@ -5474,6 +5475,7 @@ gtk_render_line
 gtk_render_option
 gtk_render_progress
 gtk_render_slider
+gtk_render_activity
 
 <SUBSECTION Standard>
 GTK_TYPE_STYLE_CONTEXT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]