diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-18 21:58:22 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-11 16:42:12 +0200 |
commit | 6ee237ea59bfdffb6c242fcb7b7fca97c618b0a7 (patch) | |
tree | bdfd33f0287bb72f7fe73f5f41db6da4b4015bb4 /gtk/gtkcssstylepropertyprivate.h | |
parent | 1367ef7e54c034347e5f281fec734e68751cd6fd (diff) | |
download | gtk+-6ee237ea59bfdffb6c242fcb7b7fca97c618b0a7.tar.gz |
cssstyleproperty: Remove base argument
from parse functions.
Diffstat (limited to 'gtk/gtkcssstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkcssstylepropertyprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcssstylepropertyprivate.h b/gtk/gtkcssstylepropertyprivate.h index 86bc55064f..093af5f9fc 100644 --- a/gtk/gtkcssstylepropertyprivate.h +++ b/gtk/gtkcssstylepropertyprivate.h @@ -35,8 +35,7 @@ typedef struct _GtkCssStyleProperty GtkCssStyleProperty; typedef struct _GtkCssStylePropertyClass GtkCssStylePropertyClass; typedef GtkCssValue * (* GtkCssStylePropertyParseFunc) (GtkCssStyleProperty *property, - GtkCssParser *parser, - GFile *base); + GtkCssParser *parser); typedef void (* GtkCssStylePropertyPrintFunc) (GtkCssStyleProperty *property, const GtkCssValue *value, GString *string); |