Elektra  0.8.19
Enumerations | Functions
kdbproposal.h File Reference

Proposed declarations. More...

#include <kdb.h>
Include dependency graph for kdbproposal.h:
This graph shows which files directly or indirectly include this file:

Enumerations

Functions

ssize_t keySetStringF (Key *key, const char *format,...)
 Set a formatted string. More...
 
int elektraKsToMemArray (KeySet *ks, Key **buffer)
 Builds an array of pointers to the keys in the supplied keyset. More...
 
KeySet * ksRenameKeys (KeySet *config, const Key *name)
 Takes the first key and cuts off this common part for all other keys, instead name will be prepended. More...
 
int keyLock (Key *key, option_t what)
 Permanently locks a part of the key. More...
 
KeySet * elektraKeyGetMetaKeySet (const Key *key)
 Return metadata as keyset. More...
 
Key * ksPrev (KeySet *ks)
 Returns the previous Key in a KeySet. More...
 
Key * ksPopAtCursor (KeySet *ks, cursor_t c)
 Pop key at given cursor position. More...
 
int keyRel2 (const Key *k1, const Key *k2, KeyRelType which)
 Replacement proposal for keyRel. More...
 
Key * keyAsCascading (const Key *key)
 keyRel replacement
 

Detailed Description

Proposed declarations.

These functions are likely not API/ABI stable.