Get the number of IN arguments from the action
and return it.
Get an ordered (preferred first) #GList of locales preferred by the client. Free list and elements after use.
Get the name of action
.
Retrieves the value of argument
into a GValue of type type
and returns it.
The method exists only and only to satify PyGI, please use
gupnp_service_action_get_value() and ignore this if possible.
The name of the argument to retrieve
The type of argument to retrieve
A variant of #gupnp_service_action_get that uses #GList instead of varargs.
A #GList of argument names as string
A #GList of argument types as #GType
Return succesfully.
Return error_code
.
The error code
The error description, or %NULL if error_code
is one of #GUPNP_CONTROL_ERROR_INVALID_ACTION, #GUPNP_CONTROL_ERROR_INVALID_ARGS, #GUPNP_CONTROL_ERROR_OUT_OF_SYNC or #GUPNP_CONTROL_ERROR_ACTION_FAILED, in which case a description is provided automatically.
Sets the value of argument
to value
.
The name of the return value to retrieve
The #GValue to store the return value
Sets the specified action return values.
A #GList of argument names
The #GList of values (as #GValues) that line up with arg_names
.
Opaque structure for holding in-progress action data.