rofi  1.6.1
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 79 of file script.c.

References DmenuScriptEntry::icon_name, DmenuScriptEntry::info, DmenuScriptEntry::meta, and DmenuScriptEntry::nonselectable.

Referenced by execute_executor(), and read_add().

Here is the caller graph for this function: