Function

Vipsget_argv0

Declaration [src]

const char*
vips_get_argv0 (
  void
)

Description [src]

See also: VIPS_INIT().

Return value

Returns: const char*
 

A pointer to an internal copy of the argv0 string passed to VIPS_INIT(). Do not free this value.

 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.