rofi  1.7.0
DRunModeEntry Struct Reference
Collaboration diagram for DRunModeEntry:
Collaboration graph

Data Fields

DRunModePrivateDatapd
 
char * action
 
char * root
 
char * path
 
char * app_id
 
char * desktop_id
 
char * icon_name
 
int icon_size
 
cairo_surface_t * icon
 
char * exec
 
char * name
 
char * generic_name
 
char ** categories
 
char ** keywords
 
char * comment
 
GKeyFile * key_file
 
gint sort_index
 
uint32_t icon_fetch_uid
 
DRunDesktopEntryType type
 

Detailed Description

Store extra information about the entry. Currently the executable and if it should run in terminal.

Definition at line 94 of file drun.c.

Field Documentation

◆ action

char* DRunModeEntry::action

◆ app_id

char* DRunModeEntry::app_id

◆ categories

char** DRunModeEntry::categories

◆ comment

char* DRunModeEntry::comment

◆ desktop_id

◆ exec

◆ generic_name

char* DRunModeEntry::generic_name

◆ icon

cairo_surface_t* DRunModeEntry::icon

Definition at line 114 of file drun.c.

Referenced by drun_entry_clear(), drun_helper_eval_cb(), and read_desktop_file().

◆ icon_fetch_uid

uint32_t DRunModeEntry::icon_fetch_uid

Definition at line 132 of file drun.c.

Referenced by _get_icon(), and read_desktop_file().

◆ icon_name

char* DRunModeEntry::icon_name

◆ icon_size

int DRunModeEntry::icon_size

Definition at line 112 of file drun.c.

Referenced by read_desktop_file().

◆ key_file

GKeyFile* DRunModeEntry::key_file

Definition at line 128 of file drun.c.

Referenced by drun_entry_clear(), exec_cmd_entry(), launch_link_entry(), and read_desktop_file().

◆ keywords

char** DRunModeEntry::keywords

◆ name

◆ path

char* DRunModeEntry::path

◆ pd

DRunModePrivateData* DRunModeEntry::pd

Definition at line 95 of file drun.c.

◆ root

char* DRunModeEntry::root

Definition at line 99 of file drun.c.

Referenced by drun_entry_clear(), drun_read_cache(), read_desktop_file(), and write_cache().

◆ sort_index

gint DRunModeEntry::sort_index

Definition at line 130 of file drun.c.

Referenced by drun_int_sort_list(), drun_mode_result(), get_apps_history(), and read_desktop_file().

◆ type

DRunDesktopEntryType DRunModeEntry::type

Definition at line 134 of file drun.c.

Referenced by drun_mode_result(), drun_read_cache(), read_desktop_file(), and write_cache().


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