Secret.passwordLookupNonpageableFinish

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

struct Secret
static
string
passwordLookupNonpageableFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

the asynchronous result passed to the callback

Return Value

Type: string

a new password string stored in nonpageable memory which must be freed with secret_password_free() when done

Throws

GException on failure.

Meta