pan: doc fixes

This commit is contained in:
Carlos Garnacho
2014-04-10 13:44:06 +02:00
parent 24dc172b46
commit 135a653ee2

View File

@ -34,7 +34,7 @@
* this does not happen. * this does not happen.
* *
* Once a panning gesture along the expected axis is recognized, * 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. * 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_PAN_ORIENTATION_HORIZONTAL,
GTK_PARAM_READWRITE)); GTK_PARAM_READWRITE));
/** /**
* GtkGesturePan:pan: * GtkGesturePan::pan:
* @gesture: The object which received the signal * @gesture: The object which received the signal
* @direction: current direction of the pan gesture * @direction: current direction of the pan gesture
* @offset: Offset along the gesture orientation * @offset: Offset along the gesture orientation