Method

GUPnPServiceProxyActionIterget_value

Declaration [src]

gboolean
gupnp_service_proxy_action_iter_get_value (
  GUPnPServiceProxyActionIter* self,
  GValue* value
)

Description [src]

Get the value of the current parameter.

If the service proxy had a successful introspection, the type according to the introspection data will be used, otherwise it will be string.

Available since:1.6.6

Parameters

value GValue*
 

The value.

 The argument will be set by the function.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the value could be read successfully.