Method

VipsTargetsteal_text

Declaration [src]

char*
vips_target_steal_text (
  VipsTarget* target
)

Description [src]

As vips_target_steal(), but return a null-terminated string.

Return value

Returns: utf8
 

Target contents as a null-terminated string.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.