Method
XdpPortalsession_monitor_start
Declaration [src]
void
xdp_portal_session_monitor_start (
XdpPortal* portal,
XdpParent* parent,
XdpSessionMonitorFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Description [src]
Makes XdpPortal
start monitoring the login session state.
When the state changes, the XdpPortal::session-state-changed
signal is emitted.
Use xdp_portal_session_monitor_stop()
to stop monitoring.
Parameters
parent |
XdpParent |
A XdpParent, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
flags |
XdpSessionMonitorFlags |
Options for this call. |
|
cancellable |
GCancellable* |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to call when the request is done. |
|
data |
gpointer |
Data to pass to |