Search for items in @collection matching the @attributes, and return their
DBus object paths. Only the specified collection is searched. The @attributes
should be a table of string keys and string values.
This function returns immediately and completes asynchronously.
When your callback is called use secret_collection_search_for_dbus_paths_finish()
to get the results of this function. Only the DBus object paths of the
items will be returned. If you would like #SecretItem objects to be returned
instead, then use the secret_collection_search() function.
Search for items in @collection matching the @attributes, and return their DBus object paths. Only the specified collection is searched. The @attributes should be a table of string keys and string values.
This function returns immediately and completes asynchronously.
When your callback is called use secret_collection_search_for_dbus_paths_finish() to get the results of this function. Only the DBus object paths of the items will be returned. If you would like #SecretItem objects to be returned instead, then use the secret_collection_search() function.