summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-13 21:08:34 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-15 17:48:45 +0100
commitda207c9fdd1653923ce718dcb58480eaba9234cb (patch)
treef6577dbf79d01bce95bb9fe019aaead0e2d0591d /gtk/gtkbutton.c
parent4e06d8f73c9eabd405ed32ec2e141715a8cca505 (diff)
downloadgtk+-da207c9fdd1653923ce718dcb58480eaba9234cb.tar.gz
snapshot: Add a snapshot function to GtkCssCustomGadget
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r--gtk/gtkbutton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 62b71090ca..f63a725cef 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -475,6 +475,7 @@ gtk_button_init (GtkButton *button)
gtk_button_allocate,
NULL,
NULL,
+ NULL,
NULL);
}