[ Version ( since = "0.13.3" ) ]
public List<Value?> get_values (List<string> arg_names, List<Type?> arg_types)
A variant of @get that uses List instead of varargs.
this | |
arg_names |
A List of argument names as string |
arg_types |
A List of argument types as Type |
The values as List of Value. g_list_free the
returned list and unset and |