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
.
this | |
action |
A ServiceProxyAction handle |
out_names |
List of 'out' parameter names (as strings) |
out_types |
List of types (as Type) that line up with |
out_values |
List of values (as Value) that line up with |
error |
The location where to store any error, or |
|