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

A ServiceProxy

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_names

out_values

List of values (as Value) that line up with out_names and out_types.

error

The location where to store any error, or null

Returns:

true on success.