dup_new_uids


Description:

public GenericArray<unowned string> dup_new_uids (GenericArray<string> uids)

Returns an array of UIDs from uids that are not in this, and removes UIDs from this that aren't in uids.

Parameters:

this

a CamelUIDCache

uids

an array of UIDs

Returns:

an array of new UIDs, free with g_ptr_array_unref, when no longer needed.