|
rofi 1.7.8
|

Data Fields | |
| char * | entry |
| char * | exec |
| uint32_t | icon_fetch_uid |
| uint32_t | icon_fetch_size |
| gboolean | from_history |
| cairo_surface_t * | icon |
| char* RunEntry::entry |
Definition at line 66 of file run.c.
Referenced by _get_display_value(), _get_icon(), delete_entry(), get_apps(), get_apps_external(), run_get_message(), run_mode_destroy(), run_mode_result(), run_token_match(), and sort_func().
| char* RunEntry::exec |
Definition at line 67 of file run.c.
Referenced by delete_entry(), get_apps(), get_apps_external(), run_mode_destroy(), and run_mode_result().
| gboolean RunEntry::from_history |
Definition at line 70 of file run.c.
Referenced by get_apps(), and get_apps_external().
| cairo_surface_t* RunEntry::icon |
Definition at line 72 of file run.c.
Referenced by get_apps(), get_apps_external(), and run_mode_destroy().
| uint32_t RunEntry::icon_fetch_size |
Definition at line 69 of file run.c.
Referenced by _get_icon(), get_apps(), and get_apps_external().
| uint32_t RunEntry::icon_fetch_uid |
Definition at line 68 of file run.c.
Referenced by _get_icon(), get_apps(), and get_apps_external().