summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureswipe.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-05 22:40:18 -0400
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:28 +0200
commit42df9eda2d469eddc8f576aa09f80cdcc72a883a (patch)
treec735343525306ef812f619d32f882f2cfcbf9944 /gtk/gtkgestureswipe.h
parent93b7883372d588362aa93e308298cdcdbf2dc658 (diff)
downloadgtk+-42df9eda2d469eddc8f576aa09f80cdcc72a883a.tar.gz
Prevent subclassing of gestures
For now, at least. We do this by hiding the instance and class structures in private headers.
Diffstat (limited to 'gtk/gtkgestureswipe.h')
-rw-r--r--gtk/gtkgestureswipe.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gtk/gtkgestureswipe.h b/gtk/gtkgestureswipe.h
index fec6132c5f..433fde8906 100644
--- a/gtk/gtkgestureswipe.h
+++ b/gtk/gtkgestureswipe.h
@@ -39,23 +39,6 @@ G_BEGIN_DECLS
typedef struct _GtkGestureSwipe GtkGestureSwipe;
typedef struct _GtkGestureSwipeClass GtkGestureSwipeClass;
-struct _GtkGestureSwipe
-{
- GtkGestureSingle parent_instance;
-};
-
-struct _GtkGestureSwipeClass
-{
- GtkGestureSingleClass parent_class;
-
- void (* swipe) (GtkGestureSwipe *gesture,
- gdouble velocity_x,
- gdouble velocity_y);
-
- /*< private >*/
- gpointer padding[10];
-};
-
GDK_AVAILABLE_IN_3_14
GType gtk_gesture_swipe_get_type (void) G_GNUC_CONST;