GtkStyleContext: Declare gtk_style_context_list_classes() in header.

This commit is contained in:
Carlos Garnacho 2010-08-19 22:00:04 +02:00
parent 52baa7d51e
commit bbd0c5a2a2

View File

@ -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,