Service.lockDbusPathsFinish

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

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

class Service
int
lockDbusPathsFinish
(
AsyncResultIF result
,
out string[] locked
)

Parameters

result AsyncResultIF

asynchronous result passed to the callback

locked string[]

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

Return Value

Type: int

the number of items or collections that were locked

Throws

GException on failure.

Meta