Constructor

PhoshDBusSensorProxyCompassProxynew_finish

Declaration [src]

PhoshDBusSensorProxyCompass*
phosh_dbus_sensor_proxy_compass_proxy_new_finish (
  GAsyncResult* res,
  GError** error
)

Description [src]

Finishes an operation started with phosh_dbus_sensor_proxy_compass_proxy_new().

Parameters

res GAsyncResult
 

The GAsyncResult obtained from the GAsyncReadyCallback passed to phosh_dbus_sensor_proxy_compass_proxy_new().

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: PhoshDBusSensorProxyCompassProxy
 

The constructed proxy object or NULL if error is set.

 The caller of the function takes ownership of the data, and is responsible for freeing it.