Function

Vipsrename

Declaration [src]

int
vips_rename (
  const char* old_name,
  const char* new_name
)

Description

No description available.

Parameters

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