[ Version ( since = "0.10" ) ]
public signal void render_complete (void* data, uint size, bool error)
The render_complete signal is emitted when rendering of the tile is completed by the renderer.
data |
the result of the rendering |
size |
size of data |
error |
TRUE if there was an error during rendering |