Method

SecretServiceclear_finish

Declaration [src]

gboolean
secret_service_clear_finish (
  SecretService* service,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finish asynchronous operation to remove items from the secret service.

Parameters

result GAsyncResult
 

The asynchronous result passed to the callback.

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

Return value

Returns: gboolean
 

Whether items were removed or not.