[gtk] eventcontrollermotion: Document missing signal parameters



commit 65ff19d1495778237e3172f76c9de5fb7f69e098
Author: Timm Bäder <mail baedert org>
Date:   Tue Apr 23 17:24:19 2019 +0200

    eventcontrollermotion: Document missing signal parameters

 gtk/gtkeventcontrollermotion.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/gtk/gtkeventcontrollermotion.c b/gtk/gtkeventcontrollermotion.c
index 38fd81c37f..dcf419c337 100644
--- a/gtk/gtkeventcontrollermotion.c
+++ b/gtk/gtkeventcontrollermotion.c
@@ -246,6 +246,8 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
    * @controller: The object that received the signal
    * @x: the x coordinate
    * @y: the y coordinate
+   * @crossing_mode: the crossing mode of this event
+   * @notify_type: the kind of crossing event
    *
    * Signals that the pointer has entered the widget.
    */
@@ -265,6 +267,8 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
   /**
    * GtkEventControllerMotion::leave:
    * @controller: The object that received the signal
+   * @crossing_mode: the crossing mode of this event
+   * @notify_type: the kind of crossing event
    *
    * Signals that pointer has left the widget.
    */
@@ -273,7 +277,7 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
                   GTK_TYPE_EVENT_CONTROLLER_MOTION,
                   G_SIGNAL_RUN_FIRST,
                   0, NULL, NULL,
-                 NULL,
+                  NULL,
                   G_TYPE_NONE,
                   2,
                   GDK_TYPE_CROSSING_MODE,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]