Method
GUPnPServiceActionset_values
since: 0.14.0
Declaration [src]
void
gupnp_service_action_set_values (
GUPnPServiceAction* action,
GList* arg_names,
GList* arg_values
)
Parameters
arg_names
-
Type: A list of
utf8
A
GList
of argument names.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. arg_values
-
Type: A list of
const GValue*
The
GList
of values (asGValue
s) that line up witharg_names
.The data is owned by the caller of the method.