OpenSync  0.22
Functions
OpenSync Error Internals

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...
 

Detailed Description

The public API of opensync.

This gives you an insight in the public API of opensync.

Function Documentation

void osync_error_set_vargs ( OSyncError **  error,
OSyncErrorType  type,
const char *  format,
va_list  args 
)

Sets a error from a va_list.

Parameters
errorA pointer to a error struct
typeThe type to set
formatThe message
argsThe arguments to the message

Definition at line 70 of file opensync_error.c.

Referenced by osync_error_set().