Method
IdeTaskCacheget_async
Declaration
void
ide_task_cache_get_async (
IdeTaskCache* self,
gconstpointer key,
gboolean force_update,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
key-
Type:
gconstpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method. force_update-
Type:
gbooleanNo description available.
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.