Elektra
0.9.8
|
Methods to do various operations on Key metadata. More...
Functions | |
int | keyRewindMeta (Key *key) |
Rewind the internal iterator to the first entry in metadata keyset. More... | |
const Key * | keyNextMeta (Key *key) |
Get the next metadata entry of a Key. More... | |
const Key * | keyCurrentMeta (const Key *key) |
Returns the metadata Key at the internal iterator's current position. More... | |
int | keyCopyMeta (Key *dest, const Key *source, const char *metaName) |
Do a shallow copy of metadata with name metaName from source to dest. More... | |
int | keyCopyAllMeta (Key *dest, const Key *source) |
Do a shallow copy of all metadata from source to dest. More... | |
const Key * | keyGetMeta (const Key *key, const char *metaName) |
Returns the Key for a metadata entry with name metaName . More... | |
ssize_t | keySetMeta (Key *key, const char *metaName, const char *newMetaString) |
Set a new metadata Key. More... | |
KeySet * | keyMeta (Key *key) |
Returns the KeySet holding the given Key's metadata. More... | |
Methods to do various operations on Key metadata.