-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathTODO
35 lines (30 loc) · 1.13 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#############################
# Missing portals #
#############################
* Background portal
- a portal for autostart of applications, or to notify users that an application
was started in background
#############################
# Missing functions #
#############################
* Inhibit portal
- CreateMonitor
- creates a monitoring session. While this session is active, the caller will
receive StateChanged signals with updates on the session state.
- StateChanged
- the StateChanged signal is sent to active monitoring sessions when the session
state changes.
- QueryEndResponse
- acknowledges that the caller received the #org.freedesktop.impl.portal.Inhibit::StateChanged
signal. This method should be called within one second or receiving a StateChanged
signal with the 'Query End' state.
* Remote desktop portal
- NotifyKeyboardKeysym
- NotifyKeyboardKeycode
- NotifyTouchDown
- NotifyTouchMotion
- NotifyTouchUp
* Screensharing portal
- AvailableCursorModes
- CreateSession - cursor_mode option
- Window source type - ability to share windows only