pidgin  2.14.14
marshallers.h
1 /* 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. */
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
11 void purple_smarshal_VOID__POINTER_POINTER_OBJECT (GClosure *closure,
12  GValue *return_value,
13  guint n_param_values,
14  const GValue *param_values,
15  gpointer invocation_hint,
16  gpointer marshal_data);
17 
18 /* BOOLEAN:OBJECT,POINTER,STRING (./marshallers.list:2) */
19 extern
20 void purple_smarshal_BOOLEAN__OBJECT_POINTER_STRING (GClosure *closure,
21  GValue *return_value,
22  guint n_param_values,
23  const GValue *param_values,
24  gpointer invocation_hint,
25  gpointer marshal_data);
26 
27 /* VOID:STRING,STRING (./marshallers.list:3) */
28 extern
29 void purple_smarshal_VOID__STRING_STRING (GClosure *closure,
30  GValue *return_value,
31  guint n_param_values,
32  const GValue *param_values,
33  gpointer invocation_hint,
34  gpointer marshal_data);
35 
36 /* VOID:STRING,STRING,DOUBLE (./marshallers.list:4) */
37 extern
38 void purple_smarshal_VOID__STRING_STRING_DOUBLE (GClosure *closure,
39  GValue *return_value,
40  guint n_param_values,
41  const GValue *param_values,
42  gpointer invocation_hint,
43  gpointer marshal_data);
44 
45 /* VOID:ENUM,STRING,STRING (./marshallers.list:5) */
46 extern
47 void purple_smarshal_VOID__ENUM_STRING_STRING (GClosure *closure,
48  GValue *return_value,
49  guint n_param_values,
50  const GValue *param_values,
51  gpointer invocation_hint,
52  gpointer marshal_data);
53 
54 /* VOID:ENUM,STRING,STRING,BOOLEAN (./marshallers.list:6) */
55 extern
56 void purple_smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GClosure *closure,
57  GValue *return_value,
58  guint n_param_values,
59  const GValue *param_values,
60  gpointer invocation_hint,
61  gpointer marshal_data);
62 
63 /* VOID:FLAGS,FLAGS (./marshallers.list:7) */
64 extern
65 void purple_smarshal_VOID__FLAGS_FLAGS (GClosure *closure,
66  GValue *return_value,
67  guint n_param_values,
68  const GValue *param_values,
69  gpointer invocation_hint,
70  gpointer marshal_data);
71 
72 /* VOID:STRING,STRING,OBJECT,OBJECT (./marshallers.list:8) */
73 extern
74 void purple_smarshal_VOID__STRING_STRING_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 /* VOID:POINTER,POINTER,OBJECT,OBJECT (./marshallers.list:9) */
82 extern
83 void purple_smarshal_VOID__POINTER_POINTER_OBJECT_OBJECT (GClosure *closure,
84  GValue *return_value,
85  guint n_param_values,
86  const GValue *param_values,
87  gpointer invocation_hint,
88  gpointer marshal_data);
89 
90 /* VOID:STRING,STRING,POINTER (./marshallers.list:10) */
91 extern
92 void purple_smarshal_VOID__STRING_STRING_POINTER (GClosure *closure,
93  GValue *return_value,
94  guint n_param_values,
95  const GValue *param_values,
96  gpointer invocation_hint,
97  gpointer marshal_data);
98 
99 
100 G_END_DECLS
101 
102 #endif /* __PURPLE_SMARSHAL_MARSHAL_H__ */