Method
ShumateDataSourcestart_request
Declaration [src]
ShumateDataSourceRequest*
shumate_data_source_start_request (
ShumateDataSource* self,
int x,
int y,
int zoom_level,
GCancellable* cancellable
)
Parameters
x |
int |
X coordinate to request. |
|
y |
int |
Y coordinate to request. |
|
zoom_level |
int |
Zoom level to request. |
|
cancellable |
GCancellable* |
For cancelling the request. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |
Return value
| Returns: | ShumateDataSourceRequest |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |