blob: e26505cfb38543716ffae01a32e1fe933ed46928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#include <gobject/gmarshal.h>
#ifdef __cplusplus
extern "C" {
#endif
/* VOID:STRING,POINTER (peditor-marshal.list:25) */
extern void mateconf_property_editor_marshal_VOID__STRING_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
#ifdef __cplusplus
}
#endif
|