Function

Vipsverror

Declaration [src]

void
vips_verror (
  const char* domain,
  const char* fmt,
  va_list ap
)

Description [src]

Append a message to the error buffer.

::: seealso vips_error().

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*
 

printf()-style format string for the error.

 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.