![]() | ![]() | ![]() | Anjuta Developers Reference Manual | ![]() |
---|
MarshallersMarshallers — Some predefined marshallers to use. |
#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);
#define anjuta_cclosure_marshal_VOID__BOOLEAN g_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);
closure : | |
return_value : | |
n_param_values : | |
param_values : | |
invocation_hint : | |
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);
closure : | |
return_value : | |
n_param_values : | |
param_values : | |
invocation_hint : | |
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);
closure : | |
return_value : | |
n_param_values : | |
param_values : | |
invocation_hint : | |
marshal_data : |
#define anjuta_cclosure_marshal_VOID__STRING g_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);
closure : | |
return_value : | |
n_param_values : | |
param_values : | |
invocation_hint : | |
marshal_data : |
<< Utilities | Program resources >> |