X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_message_get_cookie.xml;h=641ecec659c516b95b6276f7caf1e64f672f5341;hp=28c8737005c7d19f3901b0e7f2c70ceec9c1ae74;hb=3c56cab44150ad47323970cfadfb0257c6305a74;hpb=99e0f83e0bcc54dbc2b3a4f3fdd15fcd3033b21e diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml index 28c873700..641ecec65 100644 --- a/man/sd_bus_message_get_cookie.xml +++ b/man/sd_bus_message_get_cookie.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + sd_bus_message_get_cookie @@ -54,14 +54,14 @@ int sd_bus_message_get_cookie - sd_bus_message* message - uint64_t* cookie + sd_bus_message *message + uint64_t *cookie int sd_bus_message_get_reply_cookie - sd_bus_message* message - uint64_t* cookie + sd_bus_message *message + uint64_t *cookie @@ -78,14 +78,14 @@ sd_bus_message_get_reply_cookie() returns the transaction cookie of the message the specified message is a response to. When a reply - message is generated for a method call message its + message is generated for a method call message, its cookie is copied over into this field. Note that while every message that is transferred is identified by a cookie, only response messages carry a reply cookie field. Both functions take a message object as first - parameter and a place to store the 64bit cookie + parameter and a place to store the 64-bit cookie in. @@ -96,8 +96,8 @@ integer. On failure, these calls return a negative errno-style error code. - On success the cookie/reply cookie is returned - in the specified 64bit unsigned integer variable. + On success, the cookie/reply cookie is returned + in the specified 64-bit unsigned integer variable. @@ -122,7 +122,7 @@ been sent yet and hence has no cookie assigned, or that the message is not a method response message and hence - carries to reply cookie + carries a reply cookie field. @@ -133,9 +133,9 @@ The sd_bus_message_get_cookie() and sd_bus_message_get_reply_cookie() - interfaces are available as shared library, which can + interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-bus pkg-config1 + libsystemd pkg-config1 file.