summaryrefslogtreecommitdiffstats
path: root/man/sd_bus_message_set_destination.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-02 21:36:59 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-02 21:36:59 +0200
commit11a177d9de8f79a08452f6972b104fe225c75587 (patch)
treeb1bb9ad22000f330f28bf248f138d4922ab10893 /man/sd_bus_message_set_destination.xml
parentupdate TODO (diff)
downloadsystemd-11a177d9de8f79a08452f6972b104fe225c75587.tar.xz
systemd-11a177d9de8f79a08452f6972b104fe225c75587.zip
sd-bus: Deprecate priority functions
Diffstat (limited to 'man/sd_bus_message_set_destination.xml')
-rw-r--r--man/sd_bus_message_set_destination.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/man/sd_bus_message_set_destination.xml b/man/sd_bus_message_set_destination.xml
index 126778fc3c..51da5ff3b8 100644
--- a/man/sd_bus_message_set_destination.xml
+++ b/man/sd_bus_message_set_destination.xml
@@ -19,8 +19,6 @@
<refname>sd_bus_message_get_path</refname>
<refname>sd_bus_message_get_interface</refname>
<refname>sd_bus_message_get_member</refname>
- <refname>sd_bus_message_set_priority</refname>
- <refname>sd_bus_message_get_priority</refname>
<refname>sd_bus_message_set_sender</refname>
<refname>sd_bus_message_get_sender</refname>
@@ -58,18 +56,6 @@
</funcprototype>
<funcprototype>
- <funcdef>int <function>sd_bus_message_set_priority</function></funcdef>
- <paramdef>sd_bus_message *<parameter>message</parameter></paramdef>
- <paramdef>int64_t <parameter>priority</parameter></paramdef>
- </funcprototype>
-
- <funcprototype>
- <funcdef>int <function>sd_bus_message_get_priority</function></funcdef>
- <paramdef>sd_bus_message *<parameter>message</parameter></paramdef>
- <paramdef>int64_t *<parameter>priority</parameter></paramdef>
- </funcprototype>
-
- <funcprototype>
<funcdef>int <function>sd_bus_message_set_sender</function></funcdef>
<paramdef>sd_bus_message *<parameter>message</parameter></paramdef>
<paramdef>const char *<parameter>sender</parameter></paramdef>
@@ -100,10 +86,6 @@
<citerefentry><refentrytitle>sd_bus_message_set_destination</refentrytitle><manvolnum>3</manvolnum></citerefentry>
for more discussion of those values.</para>
- <para><function>sd_bus_message_set_priority()</function> and
- <function>sd_bus_message_get_priority()</function> modify and query a message's priority
- respectively. sd-bus currently doesn't make use of a message's priority.</para>
-
<para><function>sd_bus_message_set_sender()</function> sets the sender service name for the specified bus message
object. The specified name must be a valid unique or well-known service name. This function is useful only for
messages to send on direct connections as for connections to bus brokers the broker will fill in the destination
@@ -139,9 +121,8 @@
<varlistentry>
<term><constant>-EPERM</constant></term>
- <listitem><para>For <function>sd_bus_message_set_destination()</function>,
- <function>sd_bus_message_set_sender()</function> and
- <function>sd_bus_message_set_priority()</function>, the message is already sealed.</para>
+ <listitem><para>For <function>sd_bus_message_set_destination()</function> and
+ <function>sd_bus_message_set_sender()</function>, the message is already sealed.</para>
</listitem>
</varlistentry>