rofi 2.0.0
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;
22 char *meta;
23
25 char *info;
26
28 gboolean nonselectable;
29
31 gboolean permanent;
32
34 gboolean urgent;
36 gboolean active;
38
46void dmenuscript_parse_entry_extras(G_GNUC_UNUSED Mode *sw,
47 DmenuScriptEntry *entry, char *buffer,
48 size_t length);
49#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:49