summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontrollermotion.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-10 18:45:23 +0100
committerCarlos Garnacho <carlosg@gnome.org>2018-04-26 17:59:42 +0200
commit4f3058f1957134151078dce12eb677df9e61f97d (patch)
tree7b23b443a1b2c702dca38f7bf6e722f31cd67b73 /gtk/gtkeventcontrollermotion.h
parent74dbb057ed8fcacc609f9379e47fd804d47dfe04 (diff)
downloadgtk+-4f3058f1957134151078dce12eb677df9e61f97d.tar.gz
eventcontrollermotion: Port to new API model
Diffstat (limited to 'gtk/gtkeventcontrollermotion.h')
-rw-r--r--gtk/gtkeventcontrollermotion.h2
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