diff options
author | Benjamin Otte <otte@redhat.com> | 2018-03-10 18:45:23 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2018-04-26 17:59:42 +0200 |
commit | 4f3058f1957134151078dce12eb677df9e61f97d (patch) | |
tree | 7b23b443a1b2c702dca38f7bf6e722f31cd67b73 /gtk/gtkeventcontrollermotion.h | |
parent | 74dbb057ed8fcacc609f9379e47fd804d47dfe04 (diff) | |
download | gtk+-4f3058f1957134151078dce12eb677df9e61f97d.tar.gz |
eventcontrollermotion: Port to new API model
Diffstat (limited to 'gtk/gtkeventcontrollermotion.h')
-rw-r--r-- | gtk/gtkeventcontrollermotion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeventcontrollermotion.h b/gtk/gtkeventcontrollermotion.h index ad2808df59..9377a7ba12 100644 --- a/gtk/gtkeventcontrollermotion.h +++ b/gtk/gtkeventcontrollermotion.h @@ -43,7 +43,7 @@ GDK_AVAILABLE_IN_ALL GType gtk_event_controller_motion_get_type (void) G_GNUC_CONST; GDK_AVAILABLE_IN_ALL -GtkEventController *gtk_event_controller_motion_new (GtkWidget *widget); +GtkEventController *gtk_event_controller_motion_new (void); G_END_DECLS |