eventcontroller: Move declaration
authorBenjamin Otte <otte@redhat.com>
Thu, 8 Mar 2018 22:03:16 +0000 (23:03 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 26 Apr 2018 15:59:41 +0000 (17:59 +0200)
This is in preparation for exposing APIs in gtkwidget.c

gtk/gtkeventcontroller.h
gtk/gtktypes.h

index d0672254276a595d0cdde990c07c56c2c4188f59..f2f2b6a2b0932633c8b952c87c5b05d011b1b41c 100644 (file)
@@ -24,7 +24,6 @@
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-typedef struct _GtkEventController GtkEventController;
 typedef struct _GtkEventControllerClass GtkEventControllerClass;
 
 #include <gdk/gdk.h>
index b7298d00db9e361cb2e0dfb95c4f85d1aea44f28..d0e91d30c45a03f6c36b415f0500102e36c949a5 100644 (file)
@@ -36,6 +36,7 @@ G_BEGIN_DECLS
 typedef struct _GtkAdjustment          GtkAdjustment;
 typedef struct _GtkBuilder             GtkBuilder;
 typedef struct _GtkClipboard          GtkClipboard;
+typedef struct _GtkEventController     GtkEventController;
 typedef struct _GtkRequisition        GtkRequisition;
 typedef struct _GtkSelectionData       GtkSelectionData;
 typedef struct _GtkSettings            GtkSettings;