diff options
author | Mike Gabriel <[email protected]> | 2019-01-20 01:10:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-25 12:56:40 +0100 |
commit | 11fedfe00a34bc986efede88e1f2d2e8000881ab (patch) | |
tree | 8ab63cd71fbabf93f1eda24859e4a4d1bd0ba443 /doc | |
parent | 84a14f04352313e59ffc8849bdae5fcfd5c7c682 (diff) | |
download | mate-screensaver-11fedfe00a34bc986efede88e1f2d2e8000881ab.tar.bz2 mate-screensaver-11fedfe00a34bc986efede88e1f2d2e8000881ab.tar.xz |
mate-screensaver-command: Support unlocking (--unlock) the screensaver via CLI.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-interface.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/dbus-interface.xml b/doc/dbus-interface.xml index d245bf1..207d849 100644 --- a/doc/dbus-interface.xml +++ b/doc/dbus-interface.xml @@ -52,6 +52,15 @@ </para> </sect2> + <sect2 id="gs-method-Unlock"> + <title> + <literal>Unlock</literal> + </title> + <para> + Request that the screen be unlocked. + </para> + </sect2> + <sect2 id="gs-method-Cycle"> <title> <literal>Cycle</literal> |