os/ossrv/glib/gobject/gmarshal.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Portions copyright (c) 2006-2009 Nokia Corporation.  All rights reserved.
sl@0
     3
*/
sl@0
     4
#ifndef __G_MARSHAL_H__
sl@0
     5
#define __G_MARSHAL_H__
sl@0
     6
sl@0
     7
G_BEGIN_DECLS
sl@0
     8
sl@0
     9
/* VOID:VOID (./gmarshal.list:26) */
sl@0
    10
IMPORT_C extern void g_cclosure_marshal_VOID__VOID (GClosure     *closure,
sl@0
    11
                                           GValue       *return_value,
sl@0
    12
                                           guint         n_param_values,
sl@0
    13
                                           const GValue *param_values,
sl@0
    14
                                           gpointer      invocation_hint,
sl@0
    15
                                           gpointer      marshal_data);
sl@0
    16
sl@0
    17
/* VOID:BOOLEAN (./gmarshal.list:27) */
sl@0
    18
IMPORT_C extern void g_cclosure_marshal_VOID__BOOLEAN (GClosure     *closure,
sl@0
    19
                                              GValue       *return_value,
sl@0
    20
                                              guint         n_param_values,
sl@0
    21
                                              const GValue *param_values,
sl@0
    22
                                              gpointer      invocation_hint,
sl@0
    23
                                              gpointer      marshal_data);
sl@0
    24
sl@0
    25
/* VOID:CHAR (./gmarshal.list:28) */
sl@0
    26
IMPORT_C extern void g_cclosure_marshal_VOID__CHAR (GClosure     *closure,
sl@0
    27
                                           GValue       *return_value,
sl@0
    28
                                           guint         n_param_values,
sl@0
    29
                                           const GValue *param_values,
sl@0
    30
                                           gpointer      invocation_hint,
sl@0
    31
                                           gpointer      marshal_data);
sl@0
    32
sl@0
    33
/* VOID:UCHAR (./gmarshal.list:29) */
sl@0
    34
IMPORT_C extern void g_cclosure_marshal_VOID__UCHAR (GClosure     *closure,
sl@0
    35
                                            GValue       *return_value,
sl@0
    36
                                            guint         n_param_values,
sl@0
    37
                                            const GValue *param_values,
sl@0
    38
                                            gpointer      invocation_hint,
sl@0
    39
                                            gpointer      marshal_data);
sl@0
    40
sl@0
    41
/* VOID:INT (./gmarshal.list:30) */
sl@0
    42
IMPORT_C extern void g_cclosure_marshal_VOID__INT (GClosure     *closure,
sl@0
    43
                                          GValue       *return_value,
sl@0
    44
                                          guint         n_param_values,
sl@0
    45
                                          const GValue *param_values,
sl@0
    46
                                          gpointer      invocation_hint,
sl@0
    47
                                          gpointer      marshal_data);
sl@0
    48
sl@0
    49
/* VOID:UINT (./gmarshal.list:31) */
sl@0
    50
IMPORT_C extern void g_cclosure_marshal_VOID__UINT (GClosure     *closure,
sl@0
    51
                                           GValue       *return_value,
sl@0
    52
                                           guint         n_param_values,
sl@0
    53
                                           const GValue *param_values,
sl@0
    54
                                           gpointer      invocation_hint,
sl@0
    55
                                           gpointer      marshal_data);
sl@0
    56
sl@0
    57
/* VOID:LONG (./gmarshal.list:32) */
sl@0
    58
IMPORT_C extern void g_cclosure_marshal_VOID__LONG (GClosure     *closure,
sl@0
    59
                                           GValue       *return_value,
sl@0
    60
                                           guint         n_param_values,
sl@0
    61
                                           const GValue *param_values,
sl@0
    62
                                           gpointer      invocation_hint,
sl@0
    63
                                           gpointer      marshal_data);
sl@0
    64
sl@0
    65
/* VOID:ULONG (./gmarshal.list:33) */
sl@0
    66
IMPORT_C extern void g_cclosure_marshal_VOID__ULONG (GClosure     *closure,
sl@0
    67
                                            GValue       *return_value,
sl@0
    68
                                            guint         n_param_values,
sl@0
    69
                                            const GValue *param_values,
sl@0
    70
                                            gpointer      invocation_hint,
sl@0
    71
                                            gpointer      marshal_data);
sl@0
    72
sl@0
    73
/* VOID:ENUM (./gmarshal.list:34) */
sl@0
    74
IMPORT_C extern void g_cclosure_marshal_VOID__ENUM (GClosure     *closure,
sl@0
    75
                                           GValue       *return_value,
sl@0
    76
                                           guint         n_param_values,
sl@0
    77
                                           const GValue *param_values,
sl@0
    78
                                           gpointer      invocation_hint,
sl@0
    79
                                           gpointer      marshal_data);
sl@0
    80
sl@0
    81
/* VOID:FLAGS (./gmarshal.list:35) */
sl@0
    82
IMPORT_C extern void g_cclosure_marshal_VOID__FLAGS (GClosure     *closure,
sl@0
    83
                                            GValue       *return_value,
sl@0
    84
                                            guint         n_param_values,
sl@0
    85
                                            const GValue *param_values,
sl@0
    86
                                            gpointer      invocation_hint,
sl@0
    87
                                            gpointer      marshal_data);
sl@0
    88
sl@0
    89
/* VOID:FLOAT (./gmarshal.list:36) */
sl@0
    90
IMPORT_C extern void g_cclosure_marshal_VOID__FLOAT (GClosure     *closure,
sl@0
    91
                                            GValue       *return_value,
sl@0
    92
                                            guint         n_param_values,
sl@0
    93
                                            const GValue *param_values,
sl@0
    94
                                            gpointer      invocation_hint,
sl@0
    95
                                            gpointer      marshal_data);
sl@0
    96
sl@0
    97
/* VOID:DOUBLE (./gmarshal.list:37) */
sl@0
    98
IMPORT_C extern void g_cclosure_marshal_VOID__DOUBLE (GClosure     *closure,
sl@0
    99
                                             GValue       *return_value,
sl@0
   100
                                             guint         n_param_values,
sl@0
   101
                                             const GValue *param_values,
sl@0
   102
                                             gpointer      invocation_hint,
sl@0
   103
                                             gpointer      marshal_data);
sl@0
   104
sl@0
   105
/* VOID:STRING (./gmarshal.list:38) */
sl@0
   106
IMPORT_C extern void g_cclosure_marshal_VOID__STRING (GClosure     *closure,
sl@0
   107
                                             GValue       *return_value,
sl@0
   108
                                             guint         n_param_values,
sl@0
   109
                                             const GValue *param_values,
sl@0
   110
                                             gpointer      invocation_hint,
sl@0
   111
                                             gpointer      marshal_data);
sl@0
   112
sl@0
   113
/* VOID:PARAM (./gmarshal.list:39) */
sl@0
   114
IMPORT_C extern void g_cclosure_marshal_VOID__PARAM (GClosure     *closure,
sl@0
   115
                                            GValue       *return_value,
sl@0
   116
                                            guint         n_param_values,
sl@0
   117
                                            const GValue *param_values,
sl@0
   118
                                            gpointer      invocation_hint,
sl@0
   119
                                            gpointer      marshal_data);
sl@0
   120
sl@0
   121
/* VOID:BOXED (./gmarshal.list:40) */
sl@0
   122
IMPORT_C extern void g_cclosure_marshal_VOID__BOXED (GClosure     *closure,
sl@0
   123
                                            GValue       *return_value,
sl@0
   124
                                            guint         n_param_values,
sl@0
   125
                                            const GValue *param_values,
sl@0
   126
                                            gpointer      invocation_hint,
sl@0
   127
                                            gpointer      marshal_data);
sl@0
   128
sl@0
   129
/* VOID:POINTER (./gmarshal.list:41) */
sl@0
   130
IMPORT_C extern void g_cclosure_marshal_VOID__POINTER (GClosure     *closure,
sl@0
   131
                                              GValue       *return_value,
sl@0
   132
                                              guint         n_param_values,
sl@0
   133
                                              const GValue *param_values,
sl@0
   134
                                              gpointer      invocation_hint,
sl@0
   135
                                              gpointer      marshal_data);
sl@0
   136
sl@0
   137
/* VOID:OBJECT (./gmarshal.list:42) */
sl@0
   138
IMPORT_C extern void g_cclosure_marshal_VOID__OBJECT (GClosure     *closure,
sl@0
   139
                                             GValue       *return_value,
sl@0
   140
                                             guint         n_param_values,
sl@0
   141
                                             const GValue *param_values,
sl@0
   142
                                             gpointer      invocation_hint,
sl@0
   143
                                             gpointer      marshal_data);
sl@0
   144
sl@0
   145
/* VOID:UINT,POINTER (./gmarshal.list:45) */
sl@0
   146
IMPORT_C extern void g_cclosure_marshal_VOID__UINT_POINTER (GClosure     *closure,
sl@0
   147
                                                   GValue       *return_value,
sl@0
   148
                                                   guint         n_param_values,
sl@0
   149
                                                   const GValue *param_values,
sl@0
   150
                                                   gpointer      invocation_hint,
sl@0
   151
                                                   gpointer      marshal_data);
sl@0
   152
sl@0
   153
/* BOOL:FLAGS (./gmarshal.list:46) */
sl@0
   154
IMPORT_C extern void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure     *closure,
sl@0
   155
                                               GValue       *return_value,
sl@0
   156
                                               guint         n_param_values,
sl@0
   157
                                               const GValue *param_values,
sl@0
   158
                                               gpointer      invocation_hint,
sl@0
   159
                                               gpointer      marshal_data);
sl@0
   160
#define g_cclosure_marshal_BOOL__FLAGS	g_cclosure_marshal_BOOLEAN__FLAGS
sl@0
   161
sl@0
   162
/* STRING:OBJECT,POINTER (./gmarshal.list:47) */
sl@0
   163
IMPORT_C extern void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure     *closure,
sl@0
   164
                                                       GValue       *return_value,
sl@0
   165
                                                       guint         n_param_values,
sl@0
   166
                                                       const GValue *param_values,
sl@0
   167
                                                       gpointer      invocation_hint,
sl@0
   168
                                                       gpointer      marshal_data);
sl@0
   169
sl@0
   170
G_END_DECLS
sl@0
   171
sl@0
   172
#endif /* __G_MARSHAL_H__ */