diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-04-12 15:33:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-04-12 15:33:05 +0200 |
commit | 52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f (patch) | |
tree | e34ca10ce2961e29cb2372a416fe1d29400513b0 /man/sd_bus_message_new.xml | |
parent | docs/RELEASE: also mention syscall tables (diff) | |
download | systemd-52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f.tar.xz systemd-52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f.zip |
man: add "internal" to "reference counter"
Diffstat (limited to 'man/sd_bus_message_new.xml')
-rw-r--r-- | man/sd_bus_message_new.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/sd_bus_message_new.xml b/man/sd_bus_message_new.xml index 4907c5a755..c56df615a6 100644 --- a/man/sd_bus_message_new.xml +++ b/man/sd_bus_message_new.xml @@ -99,14 +99,13 @@ <citerefentry><refentrytitle>sd_bus_message_set_allow_interactive_authorization</refentrytitle><manvolnum>3</manvolnum></citerefentry>. </para> - <para><function>sd_bus_message_ref()</function> increases the reference counter of + <para><function>sd_bus_message_ref()</function> increases the internal reference counter of <parameter>m</parameter> by one.</para> - <para><function>sd_bus_message_unref()</function> decreases the reference counter of + <para><function>sd_bus_message_unref()</function> decreases the internal reference counter of <parameter>m</parameter> by one. Once the reference count has dropped to zero, message object is - destroyed and cannot be used anymore, so further calls to - <function>sd_bus_message_ref()</function> or <function>sd_bus_message_unref()</function> are - illegal.</para> + destroyed and cannot be used anymore, so further calls to <function>sd_bus_message_ref()</function> or + <function>sd_bus_message_unref()</function> are illegal.</para> <para><function>sd_bus_message_unrefp()</function> is similar to <function>sd_bus_message_unref()</function> but takes a pointer to a |