rofi  1.7.0
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 #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;
16  char *meta;
17 
19  char *info;
20 
22  gboolean nonselectable;
32 void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw,
33  DmenuScriptEntry *entry, char *buffer,
34  size_t length);
35 #endif // ROFI_DIALOGS_DMENU_SCRIPT_SHARED_H
void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw, DmenuScriptEntry *entry, char *buffer, size_t length)