Function

Vipsvalue_set_save_stringf

Declaration [src]

void
vips_value_set_save_stringf (
  GValue* value,
  const char* fmt,
  ...
)

Description [src]

Generates a string and copies it into value.

Parameters

value GValue
 

GValue to set.

 The argument will be set by the function.
 The data is owned by the caller of the function.
fmt const char*
 

printf()-style format string.

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

Arguments to printf()-formatted fmt.