mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
pan: doc fixes
This commit is contained in:
parent
24dc172b46
commit
135a653ee2
@ -34,7 +34,7 @@
|
||||
* this does not happen.
|
||||
*
|
||||
* Once a panning gesture along the expected axis is recognized,
|
||||
* the #GtkGesturePan:pan signal will be emitted as input events
|
||||
* the #GtkGesturePan::pan signal will be emitted as input events
|
||||
* are received, containing the offset in the given axis.
|
||||
*/
|
||||
|
||||
@ -242,7 +242,7 @@ gtk_gesture_pan_class_init (GtkGesturePanClass *klass)
|
||||
GTK_PAN_ORIENTATION_HORIZONTAL,
|
||||
GTK_PARAM_READWRITE));
|
||||
/**
|
||||
* GtkGesturePan:pan:
|
||||
* GtkGesturePan::pan:
|
||||
* @gesture: The object which received the signal
|
||||
* @direction: current direction of the pan gesture
|
||||
* @offset: Offset along the gesture orientation
|
||||
|
Loading…
Reference in New Issue
Block a user