Method

GUPnPServiceActionset_values

since: 0.14.0

Declaration [src]

void
gupnp_service_action_set_values (
  GUPnPServiceAction* action,
  GList* arg_names,
  GList* arg_values
)

Description [src]

Sets the specified action return values.

Available since: 0.14.0

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 (as GValues) that line up with arg_names.

The data is owned by the caller of the method.