Method

GUPnPServiceActionget_value

Declaration [src]

void
gupnp_service_action_get_value (
  GUPnPServiceAction* action,
  const char* argument,
  GValue* value
)

Description [src]

Retrieves the value of argument into 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 GValue to store the value of the argument, initialized to the correct type.

 The argument will be modified by the function.
 The instance takes ownership of the data, and is responsible for freeing it.