Function

Vipsget_prgname

Declaration [src]

const char*
vips_get_prgname (
  void
)

Description [src]

Return the program name. This can be useful for the user tio see,.

See also: VIPS_INIT().

Return value

Returns: 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.