- globalScope> Global KEY_ATIME
- do not use
- globalScope> Global KEY_CTIME
- do not use
- globalScope> Global KEY_DIR
- do not use
- globalScope> Global KEY_GID
- do not use
- globalScope> Global KEY_MODE
- do not use
- globalScope> Global KEY_MTIME
- do not use
- globalScope> Global KEY_UID
- do not use
- globalScope> Global keyGetATime (const Key *key)
- This API is obsolete.
- globalScope> Global keyGetCTime (const Key *key)
- This API is obsolete.
- globalScope> Global keyGetGID (const Key *key)
- This API is obsolete.
- globalScope> Global keyGetMode (const Key *key)
- This API is obsolete.
- globalScope> Global keyGetMTime (const Key *key)
- This API is obsolete.
- globalScope> Global keyGetUID (const Key *key)
- This API is obsolete.
- globalScope> Global keyNeedSync (const Key *key)
- The handling of synchronization is done internally and does not need to be checked by neither application nor plugins.
- globalScope> Global keyNew (const char *name,...)
- These other flags deprecated and KEY_META should be preferred. They remain some time, however, for compatibility:
- globalScope> Global keySetCTime (Key *key, time_t ctime)
- This API is obsolete.
- globalScope> Global keySetDir (Key *key)
- This API is obsolete.
- globalScope> Global keySetGID (Key *key, gid_t gid)
- This API is obsolete.
- globalScope> Global keySetMode (Key *key, mode_t mode)
- This API is obsolete. It is only a mapping to keySetMeta(key, "mode", str) which should be prefered.
- globalScope> Global keySetMTime (Key *key, time_t mtime)
- This API is obsolete.
- globalScope> Global keySetUID (Key *key, uid_t uid)
- This API is obsolete.
- globalScope> Global ksNeedSync (const KeySet *ks)
- Backends now work differently and do not rely on this information.