Method
GtkGLAreaset_error
since: 3.16
Declaration [src]
void
gtk_gl_area_set_error (
GtkGLArea* area,
const GError* error
)
Description [src]
Sets an error on the area which will be shown instead of the
GL rendering. This is useful in the GtkGLArea::create-context
signal if GL context creation fails.
Available since: 3.16
Parameters
error
-
Type:
GError
A new
GError
, orNULL
to unset the error.The argument can be NULL
.The data is owned by the caller of the method.