[gtk+/gtk-style-context] Trivial doc fixes



commit ad97bb69017a5c0cdfe7ccb0ce8717b0aa64be42
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 25 20:48:52 2010 -0500

    Trivial doc fixes

 docs/reference/gtk/gtk3-sections.txt |   13 ++++++++++++-
 gtk/gtkwidget.h                      |   12 ++++++------
 gtk/gtkwidgetpath.c                  |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index e2d37f0..11fcf9a 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -4905,7 +4905,6 @@ gtk_widget_modify_text
 gtk_widget_modify_base
 gtk_widget_modify_font
 gtk_widget_modify_cursor
-gtk_widget_modify_symbolic_color
 gtk_widget_create_pango_context
 gtk_widget_get_pango_context
 gtk_widget_create_pango_layout
@@ -5374,6 +5373,7 @@ gtk_style_properties_lookup_property
 gtk_style_properties_map_color
 gtk_style_properties_merge
 gtk_style_properties_new
+GtkStylePropertyParser
 gtk_style_properties_register_property
 gtk_style_properties_set
 gtk_style_properties_set_property
@@ -5420,6 +5420,14 @@ GTK_STYLE_CLASS_SCROLLBAR
 GTK_STYLE_CLASS_SLIDER
 GTK_STYLE_CLASS_TOOLTIP
 GTK_STYLE_CLASS_TROUGH
+GTK_STYLE_CLASS_ACCELERATOR
+GTK_STYLE_CLASS_DOCK
+GTK_STYLE_CLASS_GRIP
+GTK_STYLE_CLASS_MENUBAR
+GTK_STYLE_CLASS_MENUITEM
+GTK_STYLE_CLASS_PROGRESSBAR
+GTK_STYLE_CLASS_SPINNER
+GTK_STYLE_CLASS_TOOLBAR
 GTK_STYLE_REGION_COLUMN
 GTK_STYLE_REGION_COLUMN_HEADER
 GTK_STYLE_REGION_ROW
@@ -5514,6 +5522,8 @@ gtk_css_provider_load_from_data
 gtk_css_provider_load_from_file
 gtk_css_provider_load_from_path
 gtk_css_provider_new
+GTK_CSS_PROVIDER_ERROR
+GtkCssProviderError
 <SUBSECTION Standard>
 GTK_TYPE_CSS_PROVIDER
 GTK_CSS_PROVIDER
@@ -5523,6 +5533,7 @@ GTK_IS_CSS_PROVIDER
 GTK_IS_CSS_PROVIDER_CLASS
 <SUBSECTION Private>
 gtk_css_provider_get_type
+gtk_css_provider_error_quark
 </SECTION>
 
 <SECTION>
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index b00d545..da25b8f 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -769,14 +769,14 @@ void         gtk_widget_override_background_color (GtkWidget     *widget,
                                                    GtkStateFlags  state,
                                                    const GdkRGBA *color);
 
-void         gtk_widget_override_font (GtkWidget                  *widget,
-                                       const PangoFontDescription *font_desc);
+void         gtk_widget_override_font             (GtkWidget                  *widget,
+                                                   const PangoFontDescription *font_desc);
 
-void         gtk_widget_override_symbolic_color (GtkWidget         *widget,
-                                                 const gchar       *name,
-                                                 const GdkRGBA     *color);
+void         gtk_widget_override_symbolic_color   (GtkWidget     *widget,
+                                                   const gchar   *name,
+                                                   const GdkRGBA *color);
 
-void        gtk_widget_style_attach       (GtkWidget            *widget);
+void        gtk_widget_style_attach               (GtkWidget     *widget);
 
 #if !defined(GTK_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
 
diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c
index 4bfacc1..d25f550 100644
--- a/gtk/gtkwidgetpath.c
+++ b/gtk/gtkwidgetpath.c
@@ -30,7 +30,7 @@
  * @Title: GtkWidgetPath
  * @See_also: #GtkStyleContext
  *
- * #GtkWidgetPath is a boxed type that represents a widget hierarchy from
+ * GtkWidgetPath is a boxed type that represents a widget hierarchy from
  * the topmost widget, typically a toplevel, to any child. This widget
  * path abstraction is used in #GtkStyleContext on behalf of the real
  * widget in order to query style information.



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