[ Version ( since = "3.58" ) ]
public virtual GenericArray<unowned string> dup_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 with g_ptr_array_unref, when no longer needed.
| this |
a Folder |
| uids |
the array of uids to filter down to uncached ones. |
|
a new GenericArray with UID-s, which are not cached locally |