summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-04-18 22:04:44 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-11 16:42:12 +0200
commita7f238138ec567b14293e728222147e326ff7154 (patch)
tree5591872cacf04b410656970096780da4a4d0424c /gtk/gtkstylepropertyprivate.h
parent6ee237ea59bfdffb6c242fcb7b7fca97c618b0a7 (diff)
downloadgtk+-a7f238138ec567b14293e728222147e326ff7154.tar.gz
styleproperty: Remove base argument
from _gtk_style_property_parse_value(). The GtkCssParser takes care of that now.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index 56fb82be58..a92afdc36a 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -58,8 +58,7 @@ struct _GtkStylePropertyClass
GtkStyleQueryFunc query_func,
gpointer query_data);
GtkCssValue * (* parse_value) (GtkStyleProperty * property,
- GtkCssParser *parser,
- GFile *base);
+ GtkCssParser *parser);
GHashTable *properties;
};
@@ -73,8 +72,7 @@ GtkStyleProperty * _gtk_style_property_lookup (const char
const char * _gtk_style_property_get_name (GtkStyleProperty *property);
GtkCssValue * _gtk_style_property_parse_value (GtkStyleProperty * property,
- GtkCssParser *parser,
- GFile *base);
+ GtkCssParser *parser);
GType _gtk_style_property_get_value_type(GtkStyleProperty * property);
void _gtk_style_property_query (GtkStyleProperty * property,