summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-18 08:44:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-18 08:44:35 -0400
commit2b0d1bca43e2638acd33978b8eeff4625d94623f (patch)
treee5ed5bd9702b193a9673917feae6c34828537f92
parentf7e328e5f7635e8b17c964e03ae0e12ea658e89e (diff)
downloadgtk+-2b0d1bca43e2638acd33978b8eeff4625d94623f.tar.gz
motion controller: Install the properties
Oops
-rw-r--r--gtk/gtkeventcontrollermotion.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkeventcontrollermotion.c b/gtk/gtkeventcontrollermotion.c
index 328ce4f557..38fd81c37f 100644
--- a/gtk/gtkeventcontrollermotion.c
+++ b/gtk/gtkeventcontrollermotion.c
@@ -239,6 +239,8 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
FALSE,
G_PARAM_READABLE);
+ g_object_class_install_properties (object_class, NUM_PROPERTIES, props);
+
/**
* GtkEventControllerMotion::enter:
* @controller: The object that received the signal