Method
ShumateFileCachepurge_cache_async
Declaration [src]
void
shumate_file_cache_purge_cache_async (
  ShumateFileCache* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Removes less used tiles from the cache, if necessary, until it fits in the size limit.
Parameters
- 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.