get_items_sync


Description:

public bool get_items_sync (out GenericArray<unowned StoreSearchItem?> out_items, Cancellable? cancellable = null) throws Error

Reads all the items from all the set folders satisfying the set expression.

Free the out_items array with g_ptr_array_unref, when no longer needed.

Parameters:

this

a StoreSearch

out_items

an output argument for the StoreSearchItem items

cancellable

a Cancellable, or NULL

Returns:

whether succeeded