find_sync
Description:
public GenericArray<unowned Snap> find_sync (FindFlags flags, string query, out string suggested_currency, Cancellable? cancellable = null) throws Error
Find snaps in the store.
Parameters:
| this |
a Client. |
| flags |
a set of FindFlags to control how the find is performed. |
| query |
query string to send. |
| suggested_currency |
location to store the ISO 4217 currency that is suggested to purchase with. |
| cancellable |
a Cancellable or null. |
Returns:
|
an array of Snap or null on error. |