Searched refs:pygimp_param_to_tuple (Results 1 – 3 of 3) sorted by relevance
40 PyObject *pygimp_param_to_tuple(int nparams, const GimpParam *params);
123 pygimp_param_to_tuple(int nparams, const GimpParam *params) in pygimp_param_to_tuple() function962 t = pygimp_param_to_tuple(nret-1, ret+1); in pf_call()
143 args = pygimp_param_to_tuple(nparams, params); in pygimp_run_proc()