1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Frameworks/libpurple.framework/Versions/0.6.2/Headers/marshallers.h Fri Aug 21 13:25:11 2009 -0700
1.3 @@ -0,0 +1,60 @@
1.4 +
1.5 +#ifndef __purple_smarshal_MARSHAL_H__
1.6 +#define __purple_smarshal_MARSHAL_H__
1.7 +
1.8 +#include <glib-object.h>
1.9 +
1.10 +G_BEGIN_DECLS
1.11 +
1.12 +/* VOID:POINTER,POINTER,OBJECT (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:1) */
1.13 +extern void purple_smarshal_VOID__POINTER_POINTER_OBJECT (GClosure *closure,
1.14 + GValue *return_value,
1.15 + guint n_param_values,
1.16 + const GValue *param_values,
1.17 + gpointer invocation_hint,
1.18 + gpointer marshal_data);
1.19 +
1.20 +/* BOOLEAN:OBJECT,POINTER,STRING (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:2) */
1.21 +extern void purple_smarshal_BOOLEAN__OBJECT_POINTER_STRING (GClosure *closure,
1.22 + GValue *return_value,
1.23 + guint n_param_values,
1.24 + const GValue *param_values,
1.25 + gpointer invocation_hint,
1.26 + gpointer marshal_data);
1.27 +
1.28 +/* VOID:STRING,STRING (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:3) */
1.29 +extern void purple_smarshal_VOID__STRING_STRING (GClosure *closure,
1.30 + GValue *return_value,
1.31 + guint n_param_values,
1.32 + const GValue *param_values,
1.33 + gpointer invocation_hint,
1.34 + gpointer marshal_data);
1.35 +
1.36 +/* VOID:STRING,STRING,DOUBLE (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:4) */
1.37 +extern void purple_smarshal_VOID__STRING_STRING_DOUBLE (GClosure *closure,
1.38 + GValue *return_value,
1.39 + guint n_param_values,
1.40 + const GValue *param_values,
1.41 + gpointer invocation_hint,
1.42 + gpointer marshal_data);
1.43 +
1.44 +/* VOID:ENUM,STRING,STRING (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:5) */
1.45 +extern void purple_smarshal_VOID__ENUM_STRING_STRING (GClosure *closure,
1.46 + GValue *return_value,
1.47 + guint n_param_values,
1.48 + const GValue *param_values,
1.49 + gpointer invocation_hint,
1.50 + gpointer marshal_data);
1.51 +
1.52 +/* VOID:ENUM,STRING,STRING,BOOLEAN (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:6) */
1.53 +extern void purple_smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GClosure *closure,
1.54 + GValue *return_value,
1.55 + guint n_param_values,
1.56 + const GValue *param_values,
1.57 + gpointer invocation_hint,
1.58 + gpointer marshal_data);
1.59 +
1.60 +G_END_DECLS
1.61 +
1.62 +#endif /* __purple_smarshal_MARSHAL_H__ */
1.63 +