find_category_async


Description:

[ Version ( since = "1.64" ) ]
public async GenericArray<unowned Snap> find_category_async (FindFlags flags, string? category, string? query, Cancellable? cancellable, out string suggested_currency) throws Error

Asynchronously find snaps in the store.

See find_category_sync for more information.

Parameters:

this

a Client.

flags

a set of FindFlags to control how the find is performed.

category

store category to search in or null to search in all categories.

query

query string to send or null to get all snaps from the given category.

cancellable

a Cancellable or null.

callback

a TaskReadyCallback to call when the request is satisfied.

user_data

the data to pass to callback function.