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:
gconstpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method. force_update
-
Type:
gboolean
No description available.
cancellable
-
Type:
GCancellable
No description available.
The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
No description available.
The argument can be NULL
. user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method.