rofi  1.5.4
RunModePrivateData Struct Reference
Collaboration diagram for RunModePrivateData:
Collaboration graph

Data Fields

char ** cmd_list
 
unsigned int cmd_list_length
 

Detailed Description

The internal data structure holding the private data of the Run Mode.

Definition at line 67 of file run.c.

Field Documentation

◆ cmd_list

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().

◆ cmd_list_length

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().


The documentation for this struct was generated from the following file: