Skip to content

Commit

Permalink
doc: Add ScreenCast source types meaning
Browse files Browse the repository at this point in the history
The name "virtual" is too ambiguous by itself so a blurb is added for
each type.
  • Loading branch information
tytan652 authored and GeorgesStavracas committed Oct 5, 2024
1 parent 840fd1d commit 53bbf4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/org.freedesktop.impl.portal.ScreenCast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@
A bitmask of available source types. Currently defined types are:
- ``1``: MONITOR
- ``2``: WINDOW
- ``4``: VIRTUAL
- ``1``: MONITOR: Share existing monitors
- ``2``: WINDOW: Share application windows
- ``4``: VIRTUAL: Extend with new virtual monitor
-->
<property name="AvailableSourceTypes" type="u" access="read"/>
<!--
Expand Down
6 changes: 3 additions & 3 deletions data/org.freedesktop.portal.ScreenCast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@
A bitmask of available source types. Currently defined types are:
- ``1``: MONITOR
- ``2``: WINDOW
- ``4``: VIRTUAL
- ``1``: MONITOR: Share existing monitors
- ``2``: WINDOW: Share application windows
- ``4``: VIRTUAL: Extend with new virtual monitor
-->
<property name="AvailableSourceTypes" type="u" access="read"/>
<!--
Expand Down

0 comments on commit 53bbf4b

Please sign in to comment.