rofi
1.5.4
|
Go to the source code of this file.
Data Structures | |
struct | DmenuScriptEntry |
Functions | |
void | dmenuscript_parse_entry_extras (G_GNUC_UNUSED Mode *sw, DmenuScriptEntry *entry, char *buffer, size_t length) |
void dmenuscript_parse_entry_extras | ( | G_GNUC_UNUSED Mode * | sw, |
DmenuScriptEntry * | entry, | ||
char * | buffer, | ||
size_t | length | ||
) |
sw | Unused |
entry | The entry to update. |
buffer | The buffer to parse. |
length | The buffer length. |
Updates entry with the parsed values from buffer.
Shared function between DMENU and Script mode.
Definition at line 78 of file script.c.
References DmenuScriptEntry::icon_name.
Referenced by get_script_output(), and read_add().