find_section_async
Description:
[ Version ( since = "1.7" ) ]
public async GenericArray<unowned Snap> find_section_async (FindFlags flags, string? section, string? query, Cancellable? cancellable, out string suggested_currency) throws Error
public async GenericArray<unowned Snap> find_section_async (FindFlags flags, string? section, string? query, Cancellable? cancellable, out string suggested_currency) throws Error
Asynchronously find snaps in the store.
See find_section_sync for more information.
Parameters:
this |
a Client. |
flags |
a set of FindFlags to control how the find is performed. |
section |
store section to search in or null to search in all sections. |
query |
query string to send or null to get all snaps from the given section. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |