Method

VipsImageget_typeof

Declaration [src]

GType
vips_image_get_typeof (
  const VipsImage* image,
  const char* name
)

Description [src]

Read the GType for a header field. Returns zero if there is no field of that name.

::: seealso vips_image_get().

Parameters

name const char*
 

The name to search for.

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

Return value

Returns: GObject.Type
 

The GType of the field, or zero if there is no field of that name.