Method
XdpPortalupdate_monitor_start
Declaration [src]
void
xdp_portal_update_monitor_start (
XdpPortal* portal,
XdpUpdateMonitorFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Description [src]
Makes XdpPortal
start monitoring for available software updates.
When a new update is available, the XdpPortal::update-available
.
signal is emitted.
Use xdp_portal_update_monitor_stop()
to stop monitoring.
This method completes asynchronously. Use xdp_portal_update_monitor_start_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
flags
-
Type:
XdpUpdateMonitorFlags
Options for this cal..
cancellable
-
Type:
GCancellable
Optional
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A callback to call when the request is done.
The argument can be NULL
. data
-
Type:
gpointer
Data to pass to
callback
.The argument can be NULL
.The data is owned by the caller of the method.