marshallers.h
1 
2 #ifndef __purple_smarshal_MARSHAL_H__
3 #define __purple_smarshal_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:POINTER,POINTER,OBJECT (./marshallers.list:1) */
10 extern void purple_smarshal_VOID__POINTER_POINTER_OBJECT (GClosure *closure,
11  GValue *return_value,
12  guint n_param_values,
13  const GValue *param_values,
14  gpointer invocation_hint,
15  gpointer marshal_data);
16 
17 /* BOOLEAN:OBJECT,POINTER,STRING (./marshallers.list:2) */
18 extern void purple_smarshal_BOOLEAN__OBJECT_POINTER_STRING (GClosure *closure,
19  GValue *return_value,
20  guint n_param_values,
21  const GValue *param_values,
22  gpointer invocation_hint,
23  gpointer marshal_data);
24 
25 /* VOID:STRING,STRING (./marshallers.list:3) */
26 extern void purple_smarshal_VOID__STRING_STRING (GClosure *closure,
27  GValue *return_value,
28  guint n_param_values,
29  const GValue *param_values,
30  gpointer invocation_hint,
31  gpointer marshal_data);
32 
33 /* VOID:STRING,STRING,DOUBLE (./marshallers.list:4) */
34 extern void purple_smarshal_VOID__STRING_STRING_DOUBLE (GClosure *closure,
35  GValue *return_value,
36  guint n_param_values,
37  const GValue *param_values,
38  gpointer invocation_hint,
39  gpointer marshal_data);
40 
41 /* VOID:ENUM,STRING,STRING (./marshallers.list:5) */
42 extern void purple_smarshal_VOID__ENUM_STRING_STRING (GClosure *closure,
43  GValue *return_value,
44  guint n_param_values,
45  const GValue *param_values,
46  gpointer invocation_hint,
47  gpointer marshal_data);
48 
49 /* VOID:ENUM,STRING,STRING,BOOLEAN (./marshallers.list:6) */
50 extern void purple_smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GClosure *closure,
51  GValue *return_value,
52  guint n_param_values,
53  const GValue *param_values,
54  gpointer invocation_hint,
55  gpointer marshal_data);
56 
57 /* VOID:FLAGS,FLAGS (./marshallers.list:7) */
58 extern void purple_smarshal_VOID__FLAGS_FLAGS (GClosure *closure,
59  GValue *return_value,
60  guint n_param_values,
61  const GValue *param_values,
62  gpointer invocation_hint,
63  gpointer marshal_data);
64 
65 /* VOID:STRING,STRING,OBJECT,OBJECT (./marshallers.list:8) */
66 extern void purple_smarshal_VOID__STRING_STRING_OBJECT_OBJECT (GClosure *closure,
67  GValue *return_value,
68  guint n_param_values,
69  const GValue *param_values,
70  gpointer invocation_hint,
71  gpointer marshal_data);
72 
73 /* VOID:POINTER,POINTER,OBJECT,OBJECT (./marshallers.list:9) */
74 extern void purple_smarshal_VOID__POINTER_POINTER_OBJECT_OBJECT (GClosure *closure,
75  GValue *return_value,
76  guint n_param_values,
77  const GValue *param_values,
78  gpointer invocation_hint,
79  gpointer marshal_data);
80 
81 G_END_DECLS
82 
83 #endif /* __purple_smarshal_MARSHAL_H__ */
84