Service.lookupFinish

Finish asynchronous operation to lookup a secret value in the secret service.

If no secret is found then %NULL is returned.

class Service
lookupFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

the asynchronous result passed to the callback

Return Value

Type: Value

a newly allocated #SecretValue, which should be released with secret_value_unref(), or %NULL if no secret found

Throws

GException on failure.

Meta