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

/inkscape/src/libgdl/
H A Dlibgdlmarshal.c62 const GValue *param_values,
79 data2 = g_value_peek_pointer (param_values + 0);
83 data1 = g_value_peek_pointer (param_values + 0);
89 g_marshal_value_peek_int (param_values + 1),
90 g_marshal_value_peek_int (param_values + 2),
99 const GValue *param_values,
116 data2 = g_value_peek_pointer (param_values + 0);
120 data1 = g_value_peek_pointer (param_values + 0);
126 g_marshal_value_peek_uint (param_values + 1),
127 g_marshal_value_peek_uint (param_values
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
[all...]

Completed in 14 milliseconds