X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsd_bus_message_set_destination.xml;h=51da5ff3b89e4a81da4153e3ca33e85fc6c2ba14;hb=6b222c4b0227f9914446ac54754aea867f742be4;hp=126778fc3cec8ef1ef3c822a7bf2dfa96be2cbfb;hpb=c08326411575a17738e3f8928a194bd4de06b0d1;p=thirdparty%2Fsystemd.git diff --git a/man/sd_bus_message_set_destination.xml b/man/sd_bus_message_set_destination.xml index 126778fc3ce..51da5ff3b89 100644 --- a/man/sd_bus_message_set_destination.xml +++ b/man/sd_bus_message_set_destination.xml @@ -19,8 +19,6 @@ sd_bus_message_get_path sd_bus_message_get_interface sd_bus_message_get_member - sd_bus_message_set_priority - sd_bus_message_get_priority sd_bus_message_set_sender sd_bus_message_get_sender @@ -57,18 +55,6 @@ sd_bus_message *message - - int sd_bus_message_set_priority - sd_bus_message *message - int64_t priority - - - - int sd_bus_message_get_priority - sd_bus_message *message - int64_t *priority - - int sd_bus_message_set_sender sd_bus_message *message @@ -100,10 +86,6 @@ sd_bus_message_set_destination3 for more discussion of those values. - sd_bus_message_set_priority() and - sd_bus_message_get_priority() modify and query a message's priority - respectively. sd-bus currently doesn't make use of a message's priority. - sd_bus_message_set_sender() 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 @@ -EPERM - For sd_bus_message_set_destination(), - sd_bus_message_set_sender() and - sd_bus_message_set_priority(), the message is already sealed. + For sd_bus_message_set_destination() and + sd_bus_message_set_sender(), the message is already sealed.