summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureswipe.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-08 23:49:41 +0100
committerCarlos Garnacho <carlosg@gnome.org>2018-04-26 17:59:41 +0200
commit66223aaa08e2343eebe6a6b241212aaa5a237b14 (patch)
tree7c587948dc8534db265ec961125d1472014aff79 /gtk/gtkgestureswipe.h
parent91efa37fcbf10e595a4e129f80ae47fc152a37ea (diff)
downloadgtk+-66223aaa08e2343eebe6a6b241212aaa5a237b14.tar.gz
swipegesture: Port to new API model
Diffstat (limited to 'gtk/gtkgestureswipe.h')
-rw-r--r--gtk/gtkgestureswipe.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkgestureswipe.h b/gtk/gtkgestureswipe.h
index 1cfbfd773f..330ae7eb69 100644
--- a/gtk/gtkgestureswipe.h
+++ b/gtk/gtkgestureswipe.h
@@ -40,15 +40,15 @@ typedef struct _GtkGestureSwipe GtkGestureSwipe;
typedef struct _GtkGestureSwipeClass GtkGestureSwipeClass;
GDK_AVAILABLE_IN_ALL
-GType gtk_gesture_swipe_get_type (void) G_GNUC_CONST;
+GType gtk_gesture_swipe_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-GtkGesture * gtk_gesture_swipe_new (GtkWidget *widget);
+GtkGesture * gtk_gesture_swipe_new (void);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_gesture_swipe_get_velocity (GtkGestureSwipe *gesture,
- gdouble *velocity_x,
- gdouble *velocity_y);
+gboolean gtk_gesture_swipe_get_velocity (GtkGestureSwipe *gesture,
+ gdouble *velocity_x,
+ gdouble *velocity_y);
G_END_DECLS