Method
GUPnPServiceActionget_value
Declaration [src]
void
gupnp_service_action_get_value (
GUPnPServiceAction* action,
const char* argument,
GValue* value
)
Parameters
argument |
const char* |
The name of the argument to retrieve. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value |
GValue* |
The |
|
The argument will be modified by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |