rofi  1.5.4
dmenuscriptshared.h
Go to the documentation of this file.
1 #ifndef ROFI_DIALOGS_DMENU_SCRIPT_SHARED_H
2 #define ROFI_DIALOGS_DMENU_SCRIPT_SHARED_H
3 
4 typedef struct {
6  char *entry;
8  char *icon_name;
10  uint32_t icon_fetch_uid;
20 void dmenuscript_parse_entry_extras ( G_GNUC_UNUSED Mode *sw, DmenuScriptEntry *entry, char *buffer, size_t length );
21 #endif // ROFI_DIALOGS_DMENU_SCRIPT_SHARED_H
void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw, DmenuScriptEntry *entry, char *buffer, size_t length)
Definition: script.c:78