Class
GeglTileBackend
Functions
gegl_tile_backend_unlink_swap
Delete a swap file from disk. This must be used by tile backends which may swap to disk under certain circonstances.
deprecated: 0.4.14
Instance methods
gegl_tile_backend_command
The default tile-backend command handler. Tile backends should forward commands they don’t handle themselves to this function.
gegl_tile_backend_set_extent
Specify the extent of the backend, can be used to pre-prime the backend with the width/height information when constructing proxy GeglBuffers to interact with other systems.
gegl_tile_backend_set_flush_on_destroy
Control whether cached data will be written to the backend before it is destroyed. If false unwritten data will be discarded.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.