Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
actions.h
Go to the documentation of this file.
1
/*
2
* File: actions.h
3
*
4
* Copyright (C) 2024 Rodrigo Arias Mallo <rodarima@gmail.com>
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 3 of the License, or
9
* (at your option) any later version.
10
*/
11
12
#ifndef ACTIONS_H
13
#define ACTIONS_H
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
/* __cplusplus */
18
19
#include "
dlib/dlib.h
"
20
21
typedef
struct
{
22
char
*
label
;
23
char
*
cmd
;
24
}
Action
;
21
typedef
struct
{
…
};
25
26
void
a_Actions_init
(
void
);
27
Dlist
*
a_Actions_link_get
(
void
);
28
29
#ifdef __cplusplus
30
}
31
#endif
/* __cplusplus */
32
#endif
/* ACTIONS_H*/
a_Actions_link_get
Dlist * a_Actions_link_get(void)
Definition
actions.c:62
a_Actions_init
void a_Actions_init(void)
Definition
actions.c:48
dlib.h
Action
Definition
actions.h:21
Action::cmd
char * cmd
Definition
actions.h:23
Action::label
char * label
Definition
actions.h:22
Dlist
Definition
dlib.h:131
src
actions.h
Generated on Sun Mar 30 2025 01:42:34 for Dillo by
1.9.8