Collection.searchForDbusPathsFinish

Complete asynchronous operation to search for items in a collection.

DBus object paths of the items will be returned. If you would to have #SecretItem objects to be returned instead, then use the secret_collection_search() and secret_collection_search_finish() functions.

class Collection
string[]
searchForDbusPathsFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

asynchronous result passed to callback

Return Value

Type: string[]

an array of DBus object paths for matching items.

Throws

GException on failure.

Meta