$darkmode
Elektra 0.11.0
|
Provides all macros and definitions which are used for emitting error or warnings. More...
Functions | |
void | elektraCopyError (Key *target, Key *source) |
Copy the error from the source key to target key. More... | |
void | elektraCopyWarnings (Key *target, Key *source) |
Copy the warnings from the source key to target key. More... | |
void | elektraCopyErrorAndWarnings (Key *target, Key *source) |
Copies the error and warnings from the source key to the target key. More... | |
Provides all macros and definitions which are used for emitting error or warnings.
void elektraCopyError | ( | Key * | target, |
Key * | source | ||
) |
Copy the error from the source key to target key.
target | append error to this key |
source | copy error from this key |
void elektraCopyErrorAndWarnings | ( | Key * | target, |
Key * | source | ||
) |
Copies the error and warnings from the source key to the target key.
Note that only 100 warnings can be had. If we exceed that, we'll override the existing warnings in the target key
target | copy error and warnings to this key |
source | copy error and warnings from this key |
void elektraCopyWarnings | ( | Key * | target, |
Key * | source | ||
) |
Copy the warnings from the source key to target key.
Note that only 100 warnings can be had. If we exceed that, we'll override the existing warnings in the target key.
target | append warnings to this key |
source | copy warnings from this key |