summaryrefslogtreecommitdiff
path: root/src/shortcut.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-05-26 15:13:44 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-05-26 15:13:44 +0200
commited93b58e30d924352a054bdf69b73bc9397305d8 (patch)
tree63e4765d596f96ddde62a5008d3e32ebb59bca2a /src/shortcut.h
parentc429297cedfe1a393ff122199b16bf761261f7b6 (diff)
Added completion for :shortcut-remove.
Simplified some of the completions to avoid duplicate code.
Diffstat (limited to 'src/shortcut.h')
-rw-r--r--src/shortcut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shortcut.h b/src/shortcut.h
index 672365e..466f08f 100644
--- a/src/shortcut.h
+++ b/src/shortcut.h
@@ -26,5 +26,6 @@ gboolean shortcut_add(const char *key, const char *uri);
gboolean shortcut_remove(const char *key);
gboolean shortcut_set_default(const char *key);
char *shortcut_get_uri(const char *key);
+gboolean shortcut_fill_completion(GtkListStore *store, const char *input);
#endif /* end of include guard: _SHORTCUT_H */