summaryrefslogtreecommitdiff
path: root/gtk/gtkcssarrayvalueprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-08-29 12:30:33 +0200
committerBenjamin Otte <otte@redhat.com>2012-09-03 12:54:14 +0200
commit912d5a5c237683880144290333cef887b2591806 (patch)
treef258eb7224b8efb44da6e4dd16d6f2688ecc083f /gtk/gtkcssarrayvalueprivate.h
parent44ba5d253f5bbda2d5a42c58218ad2aa318256f4 (diff)
downloadgtk+-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.h3
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);