Method
ShumateFileCachestore_tile_async
Declaration [src]
void
shumate_file_cache_store_tile_async (
  ShumateFileCache* self,
  int x,
  int y,
  int zoom_level,
  GBytes* bytes,
  const char* etag,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Parameters
- x
- 
            Type: intThe X coordinate of the tile. 
- y
- 
            Type: intThe Y coordinate of the tile. 
- zoom_level
- 
            Type: intThe zoom level of the tile. 
- bytes
- 
            Type: GBytesA GBytes.The data is owned by the caller of the method. 
- etag
- 
            Type: const char*An ETag string, or NULL.The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- cancellable
- 
            Type: GCancellableA GCancellable.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallbackto execute upon completion.The argument can be NULL.
- user_data
- 
            Type: gpointerClosure data for callback.The argument can be NULL.The data is owned by the caller of the method.