Function

Vipsget_prgname

Declaration [src]

const char*
vips_get_prgname (
  void
)

Description [src]

Return the program name.

See also

VIPS_INIT().

Return value

Type: const char*

A pointer to an internal copy of the program name. Do not free this value.

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