Home
last modified time | relevance | path

Searched refs:clipman_actions_match_with_menu (Results 1 – 4 of 4) sorted by relevance

/dports/x11/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2/panel-plugin/
H A Dcollector.c184 clipman_actions_match_with_menu (collector->priv->actions, ACTION_GROUP_MANUAL, text); in cb_request_text()
201 clipman_actions_match_with_menu (collector->priv->actions, ACTION_GROUP_SELECTION, text); in cb_request_text()
274 clipman_actions_match_with_menu (collector->priv->actions, group, item->content.text); in clipman_collector_show_actions()
H A Dactions.h89 void clipman_actions_match_with_menu (ClipmanActions *actions,
H A Dactions.c681 clipman_actions_match_with_menu (ClipmanActions *actions, in clipman_actions_match_with_menu() function
/dports/x11/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2/tests/
H A Dtest_actions.c17 clipman_actions_match_with_menu (actions, -1, "/imagE.png"); in main()