From bbd0c5a2a24f55d2a340fbeb4f1b8c79e58e3c47 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 19 Aug 2010 22:00:04 +0200 Subject: [PATCH] GtkStyleContext: Declare gtk_style_context_list_classes() in header. --- gtk/gtkstylecontext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 833ca71bee..eecb7b3b99 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,