rofi  1.5.4
dmenuscriptshared.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ dmenuscript_parse_entry_extras()

void dmenuscript_parse_entry_extras ( G_GNUC_UNUSED Mode sw,
DmenuScriptEntry entry,
char *  buffer,
size_t  length 
)
Parameters
swUnused
entryThe entry to update.
bufferThe buffer to parse.
lengthThe 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().

Here is the caller graph for this function: