Method
GUPnPServiceActionset_values
Declaration [src]
void
gupnp_service_action_set_values (
  GUPnPServiceAction* action,
  GList* arg_names,
  GList* arg_values
)
Parameters
| arg_names | A list of utf8 | 
| A  | |
| The data is owned by the caller of the function. | |
| Each element is a NUL terminated UTF-8 string. | |
| arg_values | A list of const GValue* | 
| The  | |
| The data is owned by the caller of the function. |