Signal
ShumateDataSource::received-data
deprecated: 1.1 since: 1.0
Declaration
void
received_data (
  ShumateDataSource* self,
  gint x,
  gint y,
  gint zoom_level,
  GBytes* bytes,
  gpointer user_data
)
Description [src]
Emitted when data is received for any tile. This includes any intermediate steps, such as data from the file cache, as well as the final result.
| Default handler: The default handler is called after the handlers added via  | 
| Available since: 1.0 | 
| Deprecated since: 1.1 | 
| Use  | 
Parameters
- x
- 
            Type: gintThe X coordinate of the tile. 
- y
- 
            Type: gintThe Y coordinate of the tile. 
- zoom_level
- 
            Type: gintThe zoom level of the tile. 
- bytes
- 
            Type: GBytesThe received data. The data is owned by the caller of the function.