end_action_list
Description:
public bool end_action_list (ServiceProxyAction action, List<string> out_names, List<Type?> out_types, out List<Value*> out_values) throws Error
A variant of end_action that takes lists of out-parameter names, types and place-holders for values.
The returned list in out_values must be freed using g_list_free and
each element in it using unset and g_slice_free.
Parameters:
| this | |
| action |
A ServiceProxyAction handle |
| out_names |
List of 'out' parameter names (as strings) |
| out_types | |
| out_values |
List of values (as Value)
that line up with |
| error |
The location where to store any error, or |
Returns:
|
|