[gtk+/gtk-style-context] GtkStyleContext: Declare gtk_style_context_list_classes() in header.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context] GtkStyleContext: Declare gtk_style_context_list_classes() in header.
- Date: Thu, 19 Aug 2010 23:36:17 +0000 (UTC)
commit ec46d33340c852b844008a93ff7cd099ad2a788a
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]