mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
GtkStyleContext: Declare gtk_style_context_list_classes() in header.
This commit is contained in:
parent
52baa7d51e
commit
bbd0c5a2a2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user