Virtual Method
ShumateDataSourceget_tile_data_finish
Declaration [src]
GBytes*
get_tile_data_finish (
  ShumateDataSource* self,
  GAsyncResult* result,
  GError** error
)
Description [src]
Gets the final result of a request started with shumate_data_source_get_tile_data_async().
Parameters
| result | GAsyncResult | 
| A  | |
| The data is owned by the caller of the function. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | GBytes | 
| The requested data, or  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
| The return value can be NULL. |