summaryrefslogtreecommitdiff
path: root/dbus/mainloop
diff options
context:
space:
mode:
authorMihai Dumitru <mihai.dumitru@ispoq.ro>2023-01-05 09:34:18 +0200
committerSimon McVittie <smcv@collabora.com>2023-01-20 15:24:55 +0000
commit3c221246dc9d05fe4f980b8064c229a031c8a1d0 (patch)
treee8422bf5b42153a61043defca192effd3ec1fc2c /dbus/mainloop
parentf1d05153b943b6c46192323ead096d5ca177f99e (diff)
downloaddbus-python-3c221246dc9d05fe4f980b8064c229a031c8a1d0.tar.gz
connection: Set NO_REPLY flag if there's no handler
If we do an async call with no handler, it doesn't matter whether the implementation replies with a result or an error, because either way we will ignore it. Normally, the method implementation is expected to reply to all method calls, but with the NO_REPLY flag set, it can optimize by not sending a reply at all, which also means the message bus does not have to keep track of pending replies. Co-authored-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus/mainloop')
0 files changed, 0 insertions, 0 deletions