Function
Vipsverror
Declaration [src]
void
vips_verror (
const char* domain,
const char* fmt,
va_list ap
)
Parameters
domain |
const char* |
The source of the error. |
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
fmt |
const char* |
|
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
ap |
va_list |
Arguments to the format string. |