Method
XdpPortalcreate_remote_desktop_session
Declaration [src]
void
xdp_portal_create_remote_desktop_session (
XdpPortal* portal,
XdpDeviceType devices,
XdpOutputType outputs,
XdpRemoteDesktopFlags flags,
XdpCursorMode cursor_mode,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Description [src]
Creates a session for remote desktop.
When the request is done, callback
will be called. You can then
call xdp_portal_create_remote_desktop_session_finish()
to get the results.
Parameters
devices |
XdpDeviceType |
Which kinds of input devices to ofer in the new dialog. |
|
outputs |
XdpOutputType |
Which kinds of source to offer in the dialog. |
|
flags |
XdpRemoteDesktopFlags |
Options for this call. |
|
cursor_mode |
XdpCursorMode |
The cursor mode of the session. |
|
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 |