Method

VipsObjectset_argument_from_string

Declaration [src]

int
vips_object_set_argument_from_string (
  VipsObject* object,
  const char* name,
  const char* value
)

Description

No description available.

Parameters

name

Type: const char*

No description available.

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

Type: const char*

No description available.

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

Return value

Type: int

No description available.