get_uids_with_extra


Description:

public bool get_uids_with_extra (string extra, out SList<string> out_uids, Cancellable? cancellable = null) throws Error

Gets all the UID-s the extra data is set for.

The out_uids should be freed with g_slist_free_full (uids, g_free); when no longer needed.

Parameters:

this

an BookCache

extra

an extra column value to search for

out_uids

return location to store the UIDs to

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.