Method
SecretCollectionsearch_finish
Declaration [src]
GList*
secret_collection_search_finish (
SecretCollection* self,
GAsyncResult* result,
GError** error
)
Parameters
result |
GAsyncResult* |
Asynchronous result passed to callback. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | A list of SecretItem |
a list of items that matched the search. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |