elektra-keyvalue (3) Linux Manual Page
NAME Key :: Value Manipulation Methods – Methods to do various operations on Key values. Functions const void * keyValue (const Key *key) ssize_t keyGetValueSize (const Key *key) ssize_t keyGetString (const Key *key, char *returnedString, size_t maxSize) ssize_t keySetString (Key *key, const char *newStringValue) ssize_t keyGetBinary (const Key *key, void *returnedBinary, size_t maxSize) ssize_t keySetBinary…
