[gtk+/gestures: 110/117] pan: doc fixes



commit 5a3e726b5854de397409a85d01963ed9c4b36410
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Apr 10 13:44:06 2014 +0200

    pan: doc fixes

 gtk/gtkgesturepan.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkgesturepan.c b/gtk/gtkgesturepan.c
index af3efa8..19d4f25 100644
--- a/gtk/gtkgesturepan.c
+++ b/gtk/gtkgesturepan.c
@@ -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


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