Service.unlockDbusPathsFinish

Complete asynchronous operation to unlock items or collections in the secret service.

The secret service may not be able to unlock items individually, and may unlock an entire collection instead.

class Service
int
unlockDbusPathsFinish
(
AsyncResultIF result
,
out string[] unlocked
)

Parameters

result AsyncResultIF

asynchronous result passed to the callback

unlocked string[]

location to place array of D-Bus paths of items or collections that were unlocked

Return Value

Type: int

the number of items or collections that were unlocked

Throws

GException on failure.

Meta