Method

SecretServiceset_alias_finish

Declaration [src]

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

Description [src]

Finish an asynchronous operation to assign a collection to an alias.

Parameters

result GAsyncResult
 

Asynchronous result passed to 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
 

TRUE if successful.