Service.getSecretForDbusPathFinish

Complete asynchronous operation to get the secret value for an secret item stored in the service.

Will return %NULL if the item is locked.

class Service
getSecretForDbusPathFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

asynchronous result passed to callback

Return Value

Type: Value

the newly allocated secret value for the item, which should be released with secret_value_unref()

Throws

GException on failure.

Meta