diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-02 19:14:28 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:56 +0100 |
commit | 32c8bbb575b7ef584a610a2ec2b5c1bc683bd4ab (patch) | |
tree | fd7a9a26299283ec9a79b419f4c512455075ab21 /gtk/gtkstylepropertyprivate.h | |
parent | a9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b (diff) | |
download | gtk+-32c8bbb575b7ef584a610a2ec2b5c1bc683bd4ab.tar.gz |
styleproperty: Remove context arg from _gtk_style_context_query()
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkstylepropertyprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h index 3d72facc80..7e97b70fb0 100644 --- a/gtk/gtkstylepropertyprivate.h +++ b/gtk/gtkstylepropertyprivate.h @@ -67,7 +67,6 @@ struct _GtkStylePropertyClass void (* query) (GtkStyleProperty *property, GtkStyleProperties *props, GtkStateFlags state, - GtkStylePropertyContext *context, GValue *value); gboolean (* parse_value) (GtkStyleProperty * property, GValue *value, @@ -92,7 +91,6 @@ GType _gtk_style_property_get_value_type(GtkStyleProperty * void _gtk_style_property_query (GtkStyleProperty * property, GtkStyleProperties *props, GtkStateFlags state, - GtkStylePropertyContext *context, GValue *value); void _gtk_style_property_assign (GtkStyleProperty *property, GtkStyleProperties *props, |