diff options
Diffstat (limited to 'gtk/gtkshortcutcontroller.h')
-rw-r--r-- | gtk/gtkshortcutcontroller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkshortcutcontroller.h b/gtk/gtkshortcutcontroller.h index fb31ffe8cb..aeb50e7f91 100644 --- a/gtk/gtkshortcutcontroller.h +++ b/gtk/gtkshortcutcontroller.h @@ -44,6 +44,8 @@ GType gtk_shortcut_controller_get_type (void) G GDK_AVAILABLE_IN_ALL GtkEventController * gtk_shortcut_controller_new (void); +GDK_AVAILABLE_IN_ALL +GtkEventController * gtk_shortcut_controller_new_for_model (GListModel *list); GDK_AVAILABLE_IN_ALL void gtk_shortcut_controller_set_mnemonics_modifiers (GtkShortcutController *self, |