mirror of
https://github.com/systemd/systemd.git
synced 2024-12-12 03:33:44 +08:00
man: Specify that sd_bus_message_read_basic returns 0 if end of array had been reached.
This commit is contained in:
parent
5695ee502d
commit
73a1d7d243
@ -188,9 +188,9 @@
|
||||
<title>Return Value</title>
|
||||
|
||||
<para>
|
||||
On success, <function>sd_bus_message_read_basic()</function> returns 0 or
|
||||
a positive integer. On failure, it returns a negative errno-style error
|
||||
code.
|
||||
On success, <function>sd_bus_message_read_basic()</function> a positive integer.
|
||||
If the end of currently open array has been reached returns 0.
|
||||
On failure, it returns a negative errno-style error code.
|
||||
</para>
|
||||
|
||||
<refsect2 id='errors'>
|
||||
|
Loading…
Reference in New Issue
Block a user