begin_action_list


Description:

[ Version ( since = "0.13.3" ) ]
public unowned ServiceProxyAction begin_action_list (string action, List<string> in_names, List<Value?> in_values, ServiceProxyActionCallback callback)

A variant of begin_action that takes lists of in-parameter names, types and values.

Parameters:

this

A ServiceProxy

action

An action

in_names

List of 'in' parameter names (as strings)

in_values

List of values (as Value) that line up with in_names

callback

The callback to call when sending the action has succeeded or failed

user_data

User data for callback

Returns:

A ServiceProxyAction handle. This will be freed when calling cancel_action or end_action_list.