rofi  1.7.5
dmenuscriptshared.h
Go to the documentation of this file.
1 #ifndef ROFI_MODES_DMENU_SCRIPT_SHARED_H
2 #define ROFI_MODES_DMENU_SCRIPT_SHARED_H
3 
4 #include <glib.h>
5 #include <mode.h>
6 #include <stdint.h>
7 
8 typedef struct {
10  char *entry;
12  char *icon_name;
14  uint32_t icon_fetch_uid;
15  uint32_t icon_fetch_size;
17  char *meta;
18 
20  char *info;
21 
23  gboolean nonselectable;
33 void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw,
34  DmenuScriptEntry *entry, char *buffer,
35  size_t length);
36 #endif // ROFI_MODES_DMENU_SCRIPT_SHARED_H
void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw, DmenuScriptEntry *entry, char *buffer, size_t length)