diff options
author | Benjamin Otte <otte@redhat.com> | 2012-08-29 12:30:33 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-09-03 12:54:14 +0200 |
commit | 912d5a5c237683880144290333cef887b2591806 (patch) | |
tree | f258eb7224b8efb44da6e4dd16d6f2688ecc083f /gtk/gtkcssarrayvalueprivate.h | |
parent | 44ba5d253f5bbda2d5a42c58218ad2aa318256f4 (diff) | |
download | gtk+-912d5a5c237683880144290333cef887b2591806.tar.gz |
cssvalue: Make the array parser no longer parse "none"
Arrays that support it, handle it themselves.
Diffstat (limited to 'gtk/gtkcssarrayvalueprivate.h')
-rw-r--r-- | gtk/gtkcssarrayvalueprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkcssarrayvalueprivate.h b/gtk/gtkcssarrayvalueprivate.h index 3c0277c2a2..23fb5c4697 100644 --- a/gtk/gtkcssarrayvalueprivate.h +++ b/gtk/gtkcssarrayvalueprivate.h @@ -30,8 +30,7 @@ GtkCssValue * _gtk_css_array_value_new (GtkCssValue * GtkCssValue * _gtk_css_array_value_new_from_array (GtkCssValue **values, guint n_values); GtkCssValue * _gtk_css_array_value_parse (GtkCssParser *parser, - GtkCssValue * (* parse_func) (GtkCssParser *), - gboolean allow_none); + GtkCssValue * (* parse_func) (GtkCssParser *)); GtkCssValue * _gtk_css_array_value_get_nth (const GtkCssValue *value, guint i); |