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)
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 | |
action |
An action |
in_names |
List of 'in' parameter names (as strings) |
in_values | |
callback |
The callback to call when sending the action has succeeded or failed |
user_data |
User data for |
Returns:
A ServiceProxyAction handle. This will be freed when calling cancel_action or end_action_list. |