Service.searchForDbusPathsFinish

Complete asynchronous operation to search for items, and return their D-Bus object paths.

Matching items that are locked or unlocked, have their D-Bus paths placed in the @locked or @unlocked arrays respectively.

D-Bus object paths of the items will be returned in the @unlocked or @locked arrays. If you would to have #SecretItem objects to be returned instead, then us the secret_service_search() and secret_service_search_finish() functions.

class Service
bool
searchForDbusPathsFinish
(
AsyncResultIF result
,
out string[] unlocked
,
out string[] locked
)

Parameters

result AsyncResultIF

asynchronous result passed to callback

unlocked string[]

location to place an array of D-Bus object paths for matching items which were locked.

locked string[]

location to place an array of D-Bus object paths for matching items which were locked.

Return Value

Type: bool

whether the search was successful or not

Throws

GException on failure.

Meta