Skip to content

Commit 53bbf4b

Browse files
tytan652GeorgesStavracas
authored andcommitted
doc: Add ScreenCast source types meaning
The name "virtual" is too ambiguous by itself so a blurb is added for each type.
1 parent 840fd1d commit 53bbf4b

2 files changed

+6
-6
lines changed

data/org.freedesktop.impl.portal.ScreenCast.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@
239239
240240
A bitmask of available source types. Currently defined types are:
241241
242-
- ``1``: MONITOR
243-
- ``2``: WINDOW
244-
- ``4``: VIRTUAL
242+
- ``1``: MONITOR: Share existing monitors
243+
- ``2``: WINDOW: Share application windows
244+
- ``4``: VIRTUAL: Extend with new virtual monitor
245245
-->
246246
<property name="AvailableSourceTypes" type="u" access="read"/>
247247
<!--

data/org.freedesktop.portal.ScreenCast.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@
266266
267267
A bitmask of available source types. Currently defined types are:
268268
269-
- ``1``: MONITOR
270-
- ``2``: WINDOW
271-
- ``4``: VIRTUAL
269+
- ``1``: MONITOR: Share existing monitors
270+
- ``2``: WINDOW: Share application windows
271+
- ``4``: VIRTUAL: Extend with new virtual monitor
272272
-->
273273
<property name="AvailableSourceTypes" type="u" access="read"/>
274274
<!--

0 commit comments

Comments
 (0)