summaryrefslogtreecommitdiff
path: root/gtk/gtkcssfiltervalue.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-02-13 05:55:33 +0100
committerBenjamin Otte <otte@redhat.com>2018-03-16 06:04:43 +0100
commit3322599e9907908df8ae68a01d2f0d8429eacc3a (patch)
tree8d1594d71f9110b6b25b0efac6117400e8a0bf26 /gtk/gtkcssfiltervalue.c
parent7f0ef81e11fc3d5c2665b5a50a4aba1715071cae (diff)
downloadgtk+-3322599e9907908df8ae68a01d2f0d8429eacc3a.tar.gz
css: Introduce the idea of dynamic values
Dynamic values are values that change their contents with the current (monotonic) time. This just introduces the GtkCssValue API for it.
Diffstat (limited to 'gtk/gtkcssfiltervalue.c')
-rw-r--r--gtk/gtkcssfiltervalue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcssfiltervalue.c b/gtk/gtkcssfiltervalue.c
index 92472e3fa3..4f73e239a7 100644
--- a/gtk/gtkcssfiltervalue.c
+++ b/gtk/gtkcssfiltervalue.c
@@ -697,6 +697,8 @@ static const GtkCssValueClass GTK_CSS_VALUE_FILTER = {
gtk_css_value_filter_compute,
gtk_css_value_filter_equal,
gtk_css_value_filter_transition,
+ NULL,
+ NULL,
gtk_css_value_filter_print
};