summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureswipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkgestureswipe.h')
-rw-r--r--gtk/gtkgestureswipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkgestureswipe.h b/gtk/gtkgestureswipe.h
index 330ae7eb69..a85df6c3fc 100644
--- a/gtk/gtkgestureswipe.h
+++ b/gtk/gtkgestureswipe.h
@@ -47,8 +47,8 @@ GtkGesture * gtk_gesture_swipe_new (void);
GDK_AVAILABLE_IN_ALL
gboolean gtk_gesture_swipe_get_velocity (GtkGestureSwipe *gesture,
- gdouble *velocity_x,
- gdouble *velocity_y);
+ double *velocity_x,
+ double *velocity_y);
G_END_DECLS