1.1 --- a/Frameworks/libpurple.framework/Versions/0.6.0/Headers/marshallers.h Fri Aug 21 13:24:36 2009 -0700
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,52 +0,0 @@
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 (/Users/evands/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium/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 (/Users/evands/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium/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 (/Users/evands/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium/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:ENUM,STRING,STRING (/Users/evands/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium/libpurple/marshallers.list:4) */
1.37 -extern void purple_smarshal_VOID__ENUM_STRING_STRING (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,BOOLEAN (/Users/evands/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium/libpurple/marshallers.list:5) */
1.45 -extern void purple_smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (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 -G_END_DECLS
1.53 -
1.54 -#endif /* __purple_smarshal_MARSHAL_H__ */
1.55 -