rofi
1.7.0
|
#include <helper.h>
Data Fields | |
const gchar * | name |
const gchar * | binary |
const gchar * | description |
const gchar * | icon |
const gchar * | app_id |
const gchar * | wmclass |
const gchar * | command |
The startup notification context of the application to launch
const gchar* RofiHelperExecuteContext::app_id |
The application id (desktop file with the .desktop suffix)
Definition at line 304 of file helper.h.
Referenced by display_startup_notification().
const gchar* RofiHelperExecuteContext::binary |
The binary name of the application
Definition at line 298 of file helper.h.
Referenced by display_startup_notification(), and helper_execute_command().
const gchar* RofiHelperExecuteContext::command |
The command we run
Definition at line 308 of file helper.h.
Referenced by display_startup_notification(), and helper_execute_command().
const gchar* RofiHelperExecuteContext::description |
The description of the launch
Definition at line 300 of file helper.h.
Referenced by display_startup_notification(), and helper_execute_command().
const gchar* RofiHelperExecuteContext::icon |
The icon name of the application
Definition at line 302 of file helper.h.
Referenced by display_startup_notification().
const gchar* RofiHelperExecuteContext::name |
The name of the application
Definition at line 296 of file helper.h.
Referenced by display_startup_notification(), drun_mode_result(), exec_cmd(), exec_cmd_entry(), execshssh(), and helper_execute_command().
const gchar* RofiHelperExecuteContext::wmclass |
The window manager class of the application
Definition at line 306 of file helper.h.
Referenced by display_startup_notification(), and exec_cmd_entry().