Signal
ShumateMapLayer::tile-error
since: 1.4
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
- 
            Type: ShumateTileThe ShumateTilethat failed to load.The data is owned by the caller of the function. 
- error
- 
            Type: GErrorThe error that occurred. The data is owned by the caller of the function.