UIDCache
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
public struct UIDCache
Content:
Static methods:
- public static void free_uids (owned GenericArray<string> uids)
Frees the array of UIDs.
Methods:
- public void destroy ()
Destroys this and frees its data.
- public GenericArray<string> get_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
.
- public bool save ()
Attempts to save this back to disk.
- public void save_uid (string uid)
Marks a uid for saving.
Fields: