Secret.passwordLookupFinish

Finish an asynchronous operation to lookup a password in the secret service.

struct Secret
static
string
passwordLookupFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

the asynchronous result passed to the callback

Return Value

Type: string

a new password string which should be freed with secret_password_free() or may be freed with g_free() when done

Throws

GException on failure.

Meta