diff options
-rw-r--r-- | gtk/gtkeventcontrollermotion.c | 2 |
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 |