forked from AuroraMiddleware/gtk
eventcontrollermotion: Document missing signal parameters
This commit is contained in:
parent
3da6e83609
commit
65ff19d149
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user