Method

VipsObjectargument_isset

Declaration [src]

gboolean
vips_object_argument_isset (
  VipsObject* object,
  const char* name
)

Description [src]

Parameters

name const char*
 

Arg to fetch.

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

Return value

Returns: gboolean
 

TRUE if the argument has been assigned.