add_match_threads_items_sync


Description:

public bool add_match_threads_items_sync (ref GenericArray<unowned StoreSearchThreadItem> inout_items, Cancellable? cancellable = null) throws Error

Adds StoreSearchThreadItem items into the location pointed to by the inout_items array.

When it points to the null, the array is created if needed. Free the array with g_ptr_array_unref, when no longer needed.

See get_match_threads_kind.

Parameters:

this

a StoreSearch

inout_items

a GenericArray to add the items to

cancellable

a Cancellable, or NULL

Returns:

whether succeeded; note the inout_items can be still set, even when the call failed