mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
docs: Fix some confusing wording in various D-Bus docs
Signed-off-by: Philip Withnall <pwithnall@gnome.org> (cherry picked from commit 5fe4edd3fccd2a14ec3488daeac80ddb33bc71db)
This commit is contained in:
parent
b8b497e3da
commit
8ef9fdf79b
@ -131,7 +131,7 @@ node /org/freedesktop/locale1 {
|
||||
<title>Signals</title>
|
||||
|
||||
<para>Whenever the system locale or keymap is changed via the daemon,
|
||||
<function>PropertyChanged</function> signals are sent out to which clients can subscribe.</para>
|
||||
<function>PropertyChanged</function> signals are sent out to clients which have subscribed.</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
|
@ -754,7 +754,7 @@ node /org/freedesktop/login1 {
|
||||
<title>Signals</title>
|
||||
|
||||
<para>Whenever the inhibition state or idle hint changes, <function>PropertyChanged</function>
|
||||
signals are sent out to which clients can subscribe.</para>
|
||||
signals are sent out to clients which have subscribed.</para>
|
||||
|
||||
<para>The <function>SecureAttentionKey()</function> signal is sent when the user presses Ctrl+Alt+Shift+Esc to
|
||||
request the login manager to display the greeter, for instance in the case of a deadlocked compositor.
|
||||
@ -1000,8 +1000,8 @@ node /org/freedesktop/login1/seat/seat0 {
|
||||
|
||||
<para>Whenever <function>ActiveSession</function>, <function>Sessions</function>,
|
||||
<function>CanGraphical</function>, <function>CanTTY</function>,
|
||||
or the idle state changes, <function>PropertyChanged</function> signals are sent out to which clients
|
||||
can subscribe.</para>
|
||||
or the idle state changes, <function>PropertyChanged</function> signals are sent out to clients which
|
||||
have subscribed.</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
@ -1121,7 +1121,7 @@ node /org/freedesktop/login1/user/_1000 {
|
||||
<title>Signals</title>
|
||||
|
||||
<para>Whenever <varname>Sessions</varname> or the idle state changes,
|
||||
<function>PropertyChanged</function> signals are sent out to which clients can subscribe.</para>
|
||||
<function>PropertyChanged</function> signals are sent out to clients which have subscribed.</para>
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
@ -1477,7 +1477,7 @@ node /org/freedesktop/login1/session/1 {
|
||||
open file descriptor in the kernel (except for a limited set of device types).</para>
|
||||
|
||||
<para>Whenever <function>Active</function> or the idle state changes,
|
||||
<function>PropertyChanged</function> signals are sent out to which clients can subscribe.</para>
|
||||
<function>PropertyChanged</function> signals are sent out to clients which have subscribed.</para>
|
||||
|
||||
<para><function>Lock()</function>/<function>Unlock()</function> is sent when the session is asked to be
|
||||
screen-locked/unlocked. A session manager of the session should listen to this signal and act
|
||||
|
@ -148,7 +148,7 @@ node /org/freedesktop/timedate1 {
|
||||
over D-Bus. Local clients can access the information directly.</para>
|
||||
|
||||
<para>Whenever the <varname>Timezone</varname> and <varname>LocalRTC</varname> settings are changed via
|
||||
the daemon, <function>PropertyChanged</function> signals are sent out to which clients can subscribe.
|
||||
the daemon, <function>PropertyChanged</function> signals are sent out to clients which have subscribed.
|
||||
</para>
|
||||
|
||||
<para>Note that this service will not inform you about system time changes. Use
|
||||
|
Loading…
x
Reference in New Issue
Block a user