Function

Vipserror_g

Declaration [src]

void
vips_error_g (
  void
  GError** error
)

Description [src]

This function sets the glib error pointer from the vips error buffer and clears it. It’s handy for returning errors to glib functions from vips.

See vips_g_error() for the inverse operation.

See also: g_set_error(), vips_g_error().