Function

Vipsisprefix

Declaration [src]

gboolean
vips_isprefix (
  const char* a,
  const char* b
)

Description

No description available.

Parameters

a const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
b 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: gboolean
  No description available.