1
0
Fork 0
forked from wry/wry

portal: implement RemoteDesktop portal

This commit is contained in:
Julian Orth 2024-07-24 17:57:48 +02:00
parent 40e87f8f91
commit 665127e6c0
22 changed files with 994 additions and 35 deletions

View file

@ -0,0 +1,41 @@
fn CreateSession(
handle: object_path,
session_handle: object_path,
app_id: string,
options: array(dict(string, variant)),
) {
response: u32,
results: array(dict(string, variant)),
}
fn SelectDevices(
handle: object_path,
session_handle: object_path,
app_id: string,
options: array(dict(string, variant)),
) {
response: u32,
results: array(dict(string, variant)),
}
fn Start(
handle: object_path,
session_handle: object_path,
app_id: string,
parent_window: string,
options: array(dict(string, variant)),
) {
response: u32,
results: array(dict(string, variant)),
}
fn ConnectToEIS(
session_handle: object_path,
app_id: string,
options: array(dict(string, variant)),
) {
fd: fd,
}
prop AvailableDeviceTypes = u32
prop version = u32