eventcontroller: Move declaration

This is in preparation for exposing APIs in gtkwidget.c
This commit is contained in:
Benjamin Otte 2018-03-08 23:03:16 +01:00 committed by Carlos Garnacho
parent e01e9ce092
commit 8ddba5ffcd
2 changed files with 1 additions and 1 deletions

View 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>

View 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;