summaryrefslogtreecommitdiff
path: root/gtk/gtkcssenumvalueprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcssenumvalueprivate.h')
-rw-r--r--gtk/gtkcssenumvalueprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcssenumvalueprivate.h b/gtk/gtkcssenumvalueprivate.h
index deb145cb2e..b1be91ddf2 100644
--- a/gtk/gtkcssenumvalueprivate.h
+++ b/gtk/gtkcssenumvalueprivate.h
@@ -27,9 +27,9 @@
G_BEGIN_DECLS
-GtkCssValue * _gtk_css_blend_mode_value_new (GtkCssBlendMode blend_mode);
+GtkCssValue * _gtk_css_blend_mode_value_new (GskBlendMode blend_mode);
GtkCssValue * _gtk_css_blend_mode_value_try_parse (GtkCssParser *parser);
-GtkCssBlendMode _gtk_css_blend_mode_value_get (const GtkCssValue *value);
+GskBlendMode _gtk_css_blend_mode_value_get (const GtkCssValue *value);
GtkCssValue * _gtk_css_border_style_value_new (GtkBorderStyle border_style);
GtkCssValue * _gtk_css_border_style_value_try_parse (GtkCssParser *parser);