rofi 1.7.7
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
8typedef struct {
10 char *entry;
11
13 char *display;
14
16 char *icon_name;
21 char *meta;
22
24 char *info;
25
27 gboolean nonselectable;
28
30 gboolean permanent;
31
33 gboolean urgent;
35 gboolean active;
37
45void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw,
46 DmenuScriptEntry *entry, char *buffer,
47 size_t length);
48#endif // ROFI_MODES_DMENU_SCRIPT_SHARED_H
void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw, DmenuScriptEntry *entry, char *buffer, size_t length)
struct rofi_mode Mode
Definition mode.h:44