forked from sargon/trayer-srg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eggmarshalers.h
25 lines (22 loc) · 1.51 KB
/
eggmarshalers.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include <glib-object.h>
/* VOID:OBJECT,OBJECT (eggmarshalers.list:1) */
void _egg_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* VOID:OBJECT,STRING,LONG,LONG (eggmarshalers.list:2) */
void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* VOID:OBJECT,LONG (eggmarshalers.list:3) */
void _egg_marshal_VOID__OBJECT_LONG (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);