Functions | |
void | osync_error_set_vargs (OSyncError **error, OSyncErrorType type, const char *format, va_list args) |
Sets a error from a va_list. |
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().