Virtual Method

ShumateMapSourcefill_tile_async

Declaration [src]

void
fill_tile_async (
  ShumateMapSource* self,
  ShumateTile* tile,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Asynchronous version of shumate_map_source_fill_tile().

Parameters

tile

Type: ShumateTile

A ShumateTile.

The data is owned by the caller of the method.
cancellable

Type: GCancellable

A GCancellable.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

A GAsyncReadyCallback to execute upon completion.

user_data

Type: gpointer

Closure data for callback.

The argument can be NULL.
The data is owned by the caller of the method.