|
rofi
1.5.4
|

Data Fields | |
| char ** | cmd_list |
| unsigned int | cmd_list_length |
The internal data structure holding the private data of the Run Mode.
| char** RunModePrivateData::cmd_list |
list of available commands.
Definition at line 70 of file run.c.
Referenced by _get_display_value(), run_mode_destroy(), run_mode_init(), run_mode_result(), and run_token_match().
| unsigned int RunModePrivateData::cmd_list_length |
Length of the cmd_list.
Definition at line 72 of file run.c.
Referenced by run_mode_get_num_entries(), and run_mode_init().