diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-03-02 01:10:12 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-03-02 01:10:12 +0100 |
commit | 5bd0cba16eade607ff6298e2ff8ab6511defca7c (patch) | |
tree | 5c9fc37db21f332b7b3b1061caa9d502d3676878 /src/shortcut.h | |
parent | af741e150987c1e5ce04a0c6c875b7e629b3b48a (diff) |
Added completion for shortcuts.
Completion for shortcuts are now available for :shortcut-remove and
:shortcut-default.
Diffstat (limited to 'src/shortcut.h')
-rw-r--r-- | src/shortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortcut.h b/src/shortcut.h index 9b44e29..21e21ff 100644 --- a/src/shortcut.h +++ b/src/shortcut.h @@ -26,7 +26,7 @@ gboolean shortcut_add(Client *c, const char *key, const char *uri); gboolean shortcut_remove(Client *c, const char *key); gboolean shortcut_set_default(Client *c, const char *key); char *shortcut_get_uri(Client *c, const char *key); -/*gboolean shortcut_fill_completion(Client *c, GtkListStore *store, const char *input);*/ +gboolean shortcut_fill_completion(Client *c, GtkListStore *store, const char *input); #endif /* end of include guard: _SHORTCUT_H */ |