Function

Vipspath_mode7

Declaration [src]

char*
vips_path_mode7 (
  const char* path
)

Description [src]

Return the mode part of a vips7 path. For testing only.

Parameters

path const char*
 

Path to split.

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

Return value

Returns: char*
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.