OpenSync
0.22
|
The public API of opensync. More...
Functions | |
void | osync_error_set_vargs (OSyncError **error, OSyncErrorType type, const char *format, va_list args) |
Sets a error from a va_list. More... | |
The public API of opensync.
This gives you an insight in the public API of opensync.
void osync_error_set_vargs | ( | OSyncError ** | error, |
OSyncErrorType | type, | ||
const char * | format, | ||
va_list | args | ||
) |
Sets a error from a va_list.
error | A pointer to a error struct |
type | The type to set |
format | The message |
args | The arguments to the message |
Definition at line 70 of file opensync_error.c.
Referenced by osync_error_set().