[gtk+/gtk-style-context: 191/276] GtkStyleContext: Declare gtk_style_context_list_classes() in header.



commit 4437c1e178d4438bdf2da177ead0f002764960c6
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Aug 19 22:00:04 2010 +0200

    GtkStyleContext: Declare gtk_style_context_list_classes() in header.

 gtk/gtkstylecontext.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 833ca71..eecb7b3 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -81,6 +81,8 @@ void          gtk_style_context_set_path     (GtkStyleContext *context,
                                               GtkWidgetPath   *path);
 G_CONST_RETURN GtkWidgetPath * gtk_style_context_get_path (GtkStyleContext *context);
 
+GList *  gtk_style_context_list_classes (GtkStyleContext *context);
+
 void     gtk_style_context_set_class   (GtkStyleContext *context,
                                         const gchar     *class_name);
 void     gtk_style_context_unset_class (GtkStyleContext *context,



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