Marshallers

Marshallers — Some predefined marshallers to use.

Synopsis




#define     anjuta_cclosure_marshal_VOID__BOOLEAN
void        anjuta_cclosure_marshal_VOID__INT_STRING
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);
void        anjuta_cclosure_marshal_VOID__INT_INT_ULONG
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);
void        anjuta_cclosure_marshal_VOID__STRING_POINTER
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);
#define     anjuta_cclosure_marshal_VOID__STRING
void        anjuta_cclosure_marshal_VOID__STRING_BOXED
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);

Description

Details

anjuta_cclosure_marshal_VOID__BOOLEAN

#define anjuta_cclosure_marshal_VOID__BOOLEAN	g_cclosure_marshal_VOID__BOOLEAN


anjuta_cclosure_marshal_VOID__INT_STRING ()

void        anjuta_cclosure_marshal_VOID__INT_STRING
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);

closure :
return_value :
n_param_values :
param_values :
invocation_hint :
marshal_data :

anjuta_cclosure_marshal_VOID__INT_INT_ULONG ()

void        anjuta_cclosure_marshal_VOID__INT_INT_ULONG
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);

closure :
return_value :
n_param_values :
param_values :
invocation_hint :
marshal_data :

anjuta_cclosure_marshal_VOID__STRING_POINTER ()

void        anjuta_cclosure_marshal_VOID__STRING_POINTER
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);

closure :
return_value :
n_param_values :
param_values :
invocation_hint :
marshal_data :

anjuta_cclosure_marshal_VOID__STRING

#define anjuta_cclosure_marshal_VOID__STRING	g_cclosure_marshal_VOID__STRING


anjuta_cclosure_marshal_VOID__STRING_BOXED ()

void        anjuta_cclosure_marshal_VOID__STRING_BOXED
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);

closure :
return_value :
n_param_values :
param_values :
invocation_hint :
marshal_data :