Scroll to navigation

deprecated(3elektra) Elektra deprecated(3elektra)

NAME

deprecated - Deprecated List

do not use
do not use
do not use
do not use
do not use
do not use
do not use
This API is obsolete.
This API is obsolete.
This API is obsolete.
This API is obsolete.
This API is obsolete.
This API is obsolete.
The handling of synchronization is done internally and does not need to be checked by neither application nor plugins.
These other flags deprecated and KEY_META should be preferred. They remain some time, however, for compatibility:
  • KEY_DIR
    Define that the key is a directory rather than a ordinary key. This means its executable bits in its mode are set. But even without this option the key can have subkeys. See keySetDir().
  • KEY_OWNER
    Next parameter is the owner. See keySetOwner().
  • KEY_UID, KEY_GID
    Next parameter is taken as the UID (uid_t) or GID (gid_t) that will be defined on the key. See keySetUID() and keySetGID().
  • KEY_MODE
    Next parameter is taken as mode permissions (int) to the key. See keySetMode().

Key *k=keyNew("user/tmp/ex3",

KEY_VALUE, "some data", // with a simple value
KEY_MODE, 0777, // permissions
KEY_END); // end of args
KEY_COMMENT
Next parameter is a comment. See keySetComment().


Global keySetATime (Key *key, time_t atime) This API is obsolete.

This API is obsolete.
This API is obsolete.
This API is obsolete.
This API is obsolete. It is only a mapping to keySetMeta(key, 'mode', str) which should be prefered.
This API is obsolete.
This API is obsolete.
Backends now work differently and do not rely on this information.
Sun May 29 2016 Version 0.8.14