1
0
Fork 0

org.gnome.Mutter.ScreenCast: Document what was added in API version 2

RecordWindow and the cursor-mode property are only available if the
advertised version is at least 2.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/413
This commit is contained in:
Jonas Ådahl 2019-01-30 15:16:19 +01:00
parent 9a20271f90
commit 7c807c6e2a

View file

@ -74,6 +74,7 @@
Available @properties include:
* "cursor-mode" (u): Cursor mode. Default: 'hidden' (see below)
Available since API version 2.
Available cursor mode values:
@ -92,12 +93,14 @@
@properties: Properties used determining what window to select
@stream_path: Path to the new stream object
Supported since API version 2.
Record a single window. The cursor will not be included.
Available @properties include:
* "window-id" (t): Id of the window to record.
* "cursor-mode" (u): Cursor mode. Default: 'hidden' (see RecordMonitor)
* "cursor-mode" (u): Cursor mode. Default: 'hidden' (see RecordMonitor).
-->
<method name="RecordWindow">