table of contents
| kdb.c(3elektra) | Elektra | kdb.c(3elektra) |
NAME¶
kdb.c - Low level functions for access the Key Database.
SYNOPSIS¶
#include <kdbassert.h>
#include <kdbinternal.h>
Functions¶
int elektraOpenBootstrap (KDB *handle, KeySet *keys, Key
*errorKey)
Bootstrap, first phase with fallback. KDB * kdbOpen (Key *errorKey)
Opens the session with the Key database. int kdbClose (KDB *handle, Key
*errorKey)
Closes the session with the Key database. int kdbGet (KDB *handle,
KeySet *ks, Key *parentKey)
Retrieve keys in an atomic and universal way. int kdbSet (KDB *handle,
KeySet *ks, Key *parentKey)
Set keys in an atomic and universal way.
Detailed Description¶
Low level functions for access the Key Database.
Copyright:
BSD License (see LICENSE.md or
https://www.libelektra.org)
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |