summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcuttrigger.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-08-23 21:07:36 +0200
committerMatthias Clasen <mclasen@redhat.com>2020-03-25 23:14:28 -0400
commit7974751e2432178686b13f9057efcb7dbe39af60 (patch)
tree916a0c071a0e9357d2f11499920d3ed809db60b3 /gtk/gtkshortcuttrigger.h
parentdaa7d9072dc3e0dee3fe041354ddddbb97695061 (diff)
downloadgtk+-7974751e2432178686b13f9057efcb7dbe39af60.tar.gz
shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
And hook it up into the GtkBuilder infrastructure.
Diffstat (limited to 'gtk/gtkshortcuttrigger.h')
-rw-r--r--gtk/gtkshortcuttrigger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkshortcuttrigger.h b/gtk/gtkshortcuttrigger.h
index 85bbd441ff..b0ab8af862 100644
--- a/gtk/gtkshortcuttrigger.h
+++ b/gtk/gtkshortcuttrigger.h
@@ -63,6 +63,9 @@ GDK_AVAILABLE_IN_ALL
GtkShortcutTriggerType gtk_shortcut_trigger_get_trigger_type (GtkShortcutTrigger *self);
GDK_AVAILABLE_IN_ALL
+GtkShortcutTrigger * gtk_shortcut_trigger_parse_string (const char *string);
+
+GDK_AVAILABLE_IN_ALL
char * gtk_shortcut_trigger_to_string (GtkShortcutTrigger *self);
GDK_AVAILABLE_IN_ALL
void gtk_shortcut_trigger_print (GtkShortcutTrigger *self,