[ Version ( since = "2.26" ) ]
public virtual unowned GenericArray<string> get_uncached_uids (GenericArray<string> uids) throws Error
Returns the known-uncached uids from a list of uids.
It may return uids which are locally cached but should never filter out a uid which is not locally cached. Free the result by called free_uids. Frees the array of UIDs returned by get_uids.
this |
a Folder |
uids |
the array of uids to filter down to uncached ones. |