Method

VipsTargetwrites

Declaration [src]

int
vips_target_writes (
  VipsTarget* target,
  const char* str
)

Description [src]

Write a null-terminated string to target.

Parameters

str const char*
 

String to write.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: int
 

0 on success, and -1 on error.