.TH "proposal" 3elektra "Sun May 29 2016" "Version 0.8.14" "Elektra" \" -*- nroff -*- .ad l .nh .SH NAME proposal \- Proposals for Elektra .PP Might be added to, changed or removed from future Elektra releases\&. .SS "Modules" .in +1c .ti -1c .RI "\fBAPI Proposals for Elektra\fP" .br .RI "\fIfor kdb\&.h\&. \fP" .ti -1c .RI "\fBMeta Data proposal+compatibility\fP" .br .RI "\fIMeta data proposal+compatibility methods\&. \fP" .in -1c .SS "Enumerations" .SH "Detailed Description" .PP Might be added to, changed or removed from future Elektra releases\&. .SH "Enumeration Type Documentation" .PP .SS "enum \fBelektraLookupOptions\fP" .PP More lookup options\&. .PP \fBEnumerator\fP .in +1c .TP \fB\fIKDB_O_SPEC \fP\fP Use the passed key as specification, instead of looking up the specification first\&. .TP \fB\fIKDB_O_CREATE \fP\fP Create the key if it was not found\&. .TP \fB\fIKDB_O_NOCASCADING \fP\fP Disable cascading search for keys starting with /\&. .TP \fB\fIKDB_O_NOSPEC \fP\fP Do not use specification for cascading keys (internal) .TP \fB\fIKDB_O_NODEFAULT \fP\fP Do not honor the default spec (internal) .TP \fB\fIKDB_O_CALLBACK \fP\fP For spec/ lookups that traverse deeper into hierarchy (callback in \fBksLookup()\fP) .SS "enum \fBelektraNamespace\fP" .PP Elektra currently supported Key namespaces\&. .PP \fBSee also:\fP .RS 4 \fBkdbGet()\fP, \fBkeyGetNamespace()\fP .RE .PP .PP \fBEnumerator\fP .in +1c .TP \fB\fIKEY_NS_NONE \fP\fP no key given as parameter to \fBkeyGetNamespace()\fP .TP \fB\fIKEY_NS_EMPTY \fP\fP key name was empty, e\&.g\&. invalid key name .TP \fB\fIKEY_NS_META \fP\fP meta key, i\&.e\&. any key name not under other categories .TP \fB\fIKEY_NS_CASCADING \fP\fP cascading key, starts with /, abstract name for any of the namespaces below .TP \fB\fIKEY_NS_FIRST \fP\fP For iteration over namespaces (first element, inclusive) .TP \fB\fIKEY_NS_SPEC \fP\fP spec contains the specification of the other namespaces .TP \fB\fIKEY_NS_PROC \fP\fP proc contains process-specific configuration .TP \fB\fIKEY_NS_DIR \fP\fP dir contains configuration from a specific directory .TP \fB\fIKEY_NS_USER \fP\fP user key in the home directory of the current user .TP \fB\fIKEY_NS_SYSTEM \fP\fP system key is shared for a computer system .TP \fB\fIKEY_NS_LAST \fP\fP For iteration over namespaces (last element, inclusive) .SH "Author" .PP Generated automatically by Doxygen for Elektra from the source code\&.