Method
GUPnPServiceActionget_gvalue
Declaration [src]
GValue*
gupnp_service_action_get_gvalue (
GUPnPServiceAction* action,
const char* argument,
GType type
)
Description [src]
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.
Available since: | 0.14.0 |