Method
FwupdClientquit_async
since: 1.8.11
Declaration [src]
void
fwupd_client_quit_async (
FwupdClient* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer callback_data
)
Description [src]
Asks the daemon to quit. This can only be called by the root user.
NOTE: This will only actually quit if an install is not already in progress.
Available since: 1.8.11
This method completes asynchronously. Use fwupd_client_quit_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
cancellable
-
Type:
GCancellable
Optional
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
The function to run on completion.
The argument can be NULL
. callback_data
-
Type:
gpointer
The data to pass to
callback
.The argument can be NULL
.The data is owned by the caller of the method.