Marshallers

Marshallers — Some predefined marshallers to use.

Synopsis




#define     anjuta_cclosure_marshal_VOID__VOID
#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_OBJECT
                                            (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_INT
                                            (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_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__STRING_BOXED
                                            (GClosure *closure,
                                             GValue *return_value,
                                             guint n_param_values,
                                             const GValue *param_values,
                                             gpointer invocation_hint,
                                             gpointer marshal_data);
#define     anjuta_cclosure_marshal_VOID__POINTER

Description

Details

anjuta_cclosure_marshal_VOID__VOID

#define anjuta_cclosure_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID


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_OBJECT ()

void        anjuta_cclosure_marshal_VOID__INT_OBJECT
                                            (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_INT ()

void        anjuta_cclosure_marshal_VOID__STRING_INT
                                            (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_INT_STRING ()

void        anjuta_cclosure_marshal_VOID__STRING_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__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 :

anjuta_cclosure_marshal_VOID__POINTER

#define anjuta_cclosure_marshal_VOID__POINTER	g_cclosure_marshal_VOID__POINTER