marshallers.h
00001
00002 #ifndef __purple_smarshal_MARSHAL_H__
00003 #define __purple_smarshal_MARSHAL_H__
00004
00005 #include <glib-object.h>
00006
00007 G_BEGIN_DECLS
00008
00009
00010 extern void purple_smarshal_VOID__POINTER_POINTER_OBJECT (GClosure *closure,
00011 GValue *return_value,
00012 guint n_param_values,
00013 const GValue *param_values,
00014 gpointer invocation_hint,
00015 gpointer marshal_data);
00016
00017
00018 extern void purple_smarshal_BOOLEAN__OBJECT_POINTER_STRING (GClosure *closure,
00019 GValue *return_value,
00020 guint n_param_values,
00021 const GValue *param_values,
00022 gpointer invocation_hint,
00023 gpointer marshal_data);
00024
00025
00026 extern void purple_smarshal_VOID__STRING_STRING (GClosure *closure,
00027 GValue *return_value,
00028 guint n_param_values,
00029 const GValue *param_values,
00030 gpointer invocation_hint,
00031 gpointer marshal_data);
00032
00033
00034 extern void purple_smarshal_VOID__STRING_STRING_DOUBLE (GClosure *closure,
00035 GValue *return_value,
00036 guint n_param_values,
00037 const GValue *param_values,
00038 gpointer invocation_hint,
00039 gpointer marshal_data);
00040
00041
00042 extern void purple_smarshal_VOID__ENUM_STRING_STRING (GClosure *closure,
00043 GValue *return_value,
00044 guint n_param_values,
00045 const GValue *param_values,
00046 gpointer invocation_hint,
00047 gpointer marshal_data);
00048
00049
00050 extern void purple_smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GClosure *closure,
00051 GValue *return_value,
00052 guint n_param_values,
00053 const GValue *param_values,
00054 gpointer invocation_hint,
00055 gpointer marshal_data);
00056
00057 G_END_DECLS
00058
00059 #endif
00060