Signal
ShumateMapLayer::tile-error
Declaration
void
tile_error (
ShumateMapLayer* self,
ShumateTile* tile,
GError* error,
gpointer user_data
)
Description [src]
Emitted when a tile fails to load.
| Default handler: | The default handler is called after the handlers added via |
| Available since: | 1.4 |
Parameters
tile |
ShumateTile |
The |
|
| The data is owned by the caller of the function. | |
error |
GError |
The error that occurred. |
|
| The data is owned by the caller of the function. |