Searched defs:marshal_data (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libgdl/
H A Dlibgdlmarshal.c64 gpointer marshal_data)
86 callback = (GMarshalFunc_VOID__INT_INT) (marshal_data ? marshal_data : cc->callback);
101 gpointer marshal_data)
123 callback = (GMarshalFunc_VOID__UINT_UINT) (marshal_data ? marshal_data : cc->callback);
140 gpointer marshal_data)
163 callback = (GMarshalFunc_VOID__OBJECT_ENUM_BOXED) (marshal_data ? marshal_data : cc->callback);
59 gdl_marshal_VOID__INT_INT(GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument
96 gdl_marshal_VOID__UINT_UINT(GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument
135 gdl_marshal_VOID__OBJECT_ENUM_BOXED(GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) argument

Completed in 13 milliseconds