summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 38f4c44a..dced47c1 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -104,6 +104,12 @@ void rofi_quit_main_loop(void);
*/
Mode *rofi_collect_modes_search(const char *name);
+/**
+ * Query the configure file completer.
+ *
+ * @returns the Mode that can be used for file completion or NULL when not
+ * found.
+ */
const Mode *rofi_get_completer(void);
/** Reset terminal */
#define color_reset "\033[0m"