summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-04 19:21:26 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-04 19:21:26 +0000
commit5fc27126f5bcb0366ef75ac6632898fefd82ff23 (patch)
tree7c87496aed7ac5f0b7522e8e1e7c2fb85e9c5607
parentcccb66afb45bcd207a6e3d975c9c814d3d4d4f7b (diff)
parent5d258bf31464eb6af5f0ee2f051b7ea2df41033f (diff)
downloadgtk+-5fc27126f5bcb0366ef75ac6632898fefd82ff23.tar.gz
Merge branch 'phase-field' into 'gtk-3-22'
Fix introspection for GdkEventTouchpadPinch and GdkEventTouchpadSwipe. See merge request GNOME/gtk!45
-rw-r--r--gdk/gdkevents.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index f32e29a48c..904e2baf25 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -1200,7 +1200,7 @@ struct _GdkEventDND {
* @type: the type of the event (%GDK_TOUCHPAD_SWIPE)
* @window: the window which received the event
* @send_event: %TRUE if the event was sent explicitly
- * @phase: (type GdkTouchpadGesturePhase): the current phase of the gesture
+ * @phase: the current phase of the gesture
* @n_fingers: The number of fingers triggering the swipe
* @time: the time of the event in milliseconds
* @x: The X coordinate of the pointer
@@ -1237,7 +1237,7 @@ struct _GdkEventTouchpadSwipe {
* @type: the type of the event (%GDK_TOUCHPAD_PINCH)
* @window: the window which received the event
* @send_event: %TRUE if the event was sent explicitly
- * @phase: (type GdkTouchpadGesturePhase): the current phase of the gesture
+ * @phase: the current phase of the gesture
* @n_fingers: The number of fingers triggering the pinch
* @time: the time of the event in milliseconds
* @x: The X coordinate of the pointer