|
void e_add |
( |
struct error * |
e, |
|
|
const char * |
context, |
|
|
const char * |
function, |
|
|
gint |
errnum, |
|
|
gchar * |
errfmt, |
|
|
|
... | |
|
) |
| | |
Add error to the error object.
- Parameters:
-
| e | Error object. |
| context | Error context. (in which library it occured) |
| function | Error function (in which function it occured) |
| errnum | Error number. (error type) |
| errfmt | Just like in printf. |
|