Function

Vipsfilename_suffix_match

Declaration [src]

int
vips_filename_suffix_match (
  const char* path,
  const char** suffixes
)

Description

No description available.

Parameters

path const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
suffixes const char**
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: int
  No description available.