summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-07 11:31:00 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-07 11:31:00 +0200
commit20791d4a71f2cca4f7388d69ea2afdad03737eab (patch)
tree9ba10e59fc68f5af04cbcf2ea754745f8b0ac360 /include/view.h
parent54f85fabaa063bfb523f12bbfbc083c74dd83827 (diff)
view: Split action triggering to an helper function
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/view.h b/include/view.h
index e58f9adc..4a69ab83 100644
--- a/include/view.h
+++ b/include/view.h
@@ -86,6 +86,8 @@ void rofi_view_restart ( RofiViewState *state );
*/
void rofi_view_update ( RofiViewState *state );
+gboolean rofi_view_trigger_action ( RofiViewState *state, KeyBindingAction action );
+
/**
* @param state The handle to the view
*