Method

GUPnPServiceProxyActionIterget_value_as

Declaration [src]

gboolean
gupnp_service_proxy_action_iter_get_value_as (
  GUPnPServiceProxyActionIter* self,
  GType type,
  GValue* value
)

Description [src]

Get the value of the current parameter.

Converts the value to the given type, similar to the other finish_action functions.

Available since:1.6.8

Parameters

type GType
 

The type to convert the value to.

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.