rofi  1.7.0
dmenuscriptshared.h File Reference
#include <glib.h>
#include <mode.h>
#include <stdint.h>
Include dependency graph for dmenuscriptshared.h:
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.