Method

GeglBufferadd_handler

Declaration [src]

void
gegl_buffer_add_handler (
  GeglBuffer* buffer,
  gpointer handler
)

Description [src]

Add a new tile handler in the existing chain of tile handler of a GeglBuffer.

Parameters

handler

Type: gpointer

A GeglTileHandler.

The argument can be NULL.
The data is owned by the caller of the function.