This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
forked from 5HARK/im-nimf-qt5
-
Notifications
You must be signed in to change notification settings - Fork 4
/
nimf-marshalers.h
45 lines (35 loc) · 2.07 KB
/
nimf-marshalers.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
#ifndef __NIMF_CCLOSURE_MARSHAL_MARSHAL_H__
#define __NIMF_CCLOSURE_MARSHAL_MARSHAL_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* VOID:VOID (nimf-marshalers.list:1) */
#define nimf_cclosure_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
/* VOID:STRING (nimf-marshalers.list:2) */
#define nimf_cclosure_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING
/* VOID:STRING,STRING (nimf-marshalers.list:3) */
extern
void nimf_cclosure_marshal_VOID__STRING_STRING (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* BOOLEAN:VOID (nimf-marshalers.list:4) */
extern
void nimf_cclosure_marshal_BOOLEAN__VOID (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* BOOLEAN:INT,INT (nimf-marshalers.list:5) */
extern
void nimf_cclosure_marshal_BOOLEAN__INT_INT (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
G_END_DECLS
#endif /* __NIMF_CCLOSURE_MARSHAL_MARSHAL_H__ */