Document ownership of reference in dbus_connection_send_with_reply()

Signed-off-by: Wiebe Cazemier <wiebe@ytec.nl>
This commit is contained in:
Wiebe Cazemier 2024-02-19 14:20:39 +01:00 committed by Ralf Habacker
parent 42327d71f4
commit da58b29399

View file

@ -3403,7 +3403,8 @@ reply_handler_timeout (void *data)
* @param pending_return return location for a #DBusPendingCall
* object, or #NULL if connection is disconnected or when you try to
* send Unix file descriptors on a connection that does not support
* them.
* them. The caller owns this reference, and is responsible for calling
* dbus_pending_call_unref() when it is no longer needed.
* @param timeout_milliseconds timeout in milliseconds, -1 (or
* #DBUS_TIMEOUT_USE_DEFAULT) for default or #DBUS_TIMEOUT_INFINITE for no
* timeout