Method
IdeConfigProvidersave_async
Declaration
void
ide_config_provider_save_async (
IdeConfigProvider* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
This function is called to request that the configuration provider persist any changed configurations back to disk.
This function will be called before unloading the configuration provider so that it has a chance to persist any outstanding changes.
Parameters
cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A callback to execute upon completion.
The argument can be NULL
. user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.