Frameworks/libpurple.framework/Versions/0.6.2/Headers/marshallers.h
author Zachary West <zacw@adium.im>
Fri Aug 21 13:25:11 2009 -0700 (2009-08-21)
changeset 2592 e8d15275025e
parent 2571 Frameworks/libpurple.framework/Versions/0.6.0/Headers/marshallers.h@75fb8ee8f2e6
permissions -rw-r--r--
im.pidgin.adium.1-4 at 267c6165e02e34318a1823960bd04c0639952f73
     1 #ifndef __purple_smarshal_MARSHAL_H__
     2 #define __purple_smarshal_MARSHAL_H__
     3 
     4 #include	<glib-object.h>
     5 
     6 G_BEGIN_DECLS
     7 
     8 /* VOID:POINTER,POINTER,OBJECT (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:1) */
     9 extern void purple_smarshal_VOID__POINTER_POINTER_OBJECT (GClosure     *closure,
    10                                                           GValue       *return_value,
    11                                                           guint         n_param_values,
    12                                                           const GValue *param_values,
    13                                                           gpointer      invocation_hint,
    14                                                           gpointer      marshal_data);
    15 
    16 /* BOOLEAN:OBJECT,POINTER,STRING (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:2) */
    17 extern void purple_smarshal_BOOLEAN__OBJECT_POINTER_STRING (GClosure     *closure,
    18                                                             GValue       *return_value,
    19                                                             guint         n_param_values,
    20                                                             const GValue *param_values,
    21                                                             gpointer      invocation_hint,
    22                                                             gpointer      marshal_data);
    23 
    24 /* VOID:STRING,STRING (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:3) */
    25 extern void purple_smarshal_VOID__STRING_STRING (GClosure     *closure,
    26                                                  GValue       *return_value,
    27                                                  guint         n_param_values,
    28                                                  const GValue *param_values,
    29                                                  gpointer      invocation_hint,
    30                                                  gpointer      marshal_data);
    31 
    32 /* VOID:STRING,STRING,DOUBLE (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:4) */
    33 extern void purple_smarshal_VOID__STRING_STRING_DOUBLE (GClosure     *closure,
    34                                                         GValue       *return_value,
    35                                                         guint         n_param_values,
    36                                                         const GValue *param_values,
    37                                                         gpointer      invocation_hint,
    38                                                         gpointer      marshal_data);
    39 
    40 /* VOID:ENUM,STRING,STRING (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:5) */
    41 extern void purple_smarshal_VOID__ENUM_STRING_STRING (GClosure     *closure,
    42                                                       GValue       *return_value,
    43                                                       guint         n_param_values,
    44                                                       const GValue *param_values,
    45                                                       gpointer      invocation_hint,
    46                                                       gpointer      marshal_data);
    47 
    48 /* VOID:ENUM,STRING,STRING,BOOLEAN (/Sources/adium-1.4/Utilities/dep-build-scripts/source/im.pidgin.adium.1-4/libpurple/marshallers.list:6) */
    49 extern void purple_smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GClosure     *closure,
    50                                                               GValue       *return_value,
    51                                                               guint         n_param_values,
    52                                                               const GValue *param_values,
    53                                                               gpointer      invocation_hint,
    54                                                               gpointer      marshal_data);
    55 
    56 G_END_DECLS
    57 
    58 #endif /* __purple_smarshal_MARSHAL_H__ */
    59