Function

Vipsget_prgname

Declaration [src]

const char*
vips_get_prgname (
  void
)

Description [src]

Return the program name.

::: seealso VIPS_INIT().

Return value

Returns: utf8
 

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

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