Method
GeglTileBackendcommand
Declaration [src]
gpointer
gegl_tile_backend_command (
  GeglTileBackend* backend,
  GeglTileCommand command,
  gint x,
  gint y,
  gint z,
  gpointer data
)
Description [src]
The default tile-backend command handler. Tile backends should forward commands they don’t handle themselves to this function.
Parameters
- command
- 
            Type: GeglTileCommandThe tile command. 
- x
- 
            Type: gintX coordinate. 
- y
- 
            Type: gintY coordinate. 
- z
- 
            Type: gintTile zoom level. 
- data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the method.