Skip to content

bus: Clarify names of methods that query owned names

Simon McVittie requested to merge smcv/dbus:issue270 into master

It wasn't immediately clear from the names of these method whether they should return TRUE or FALSE for queued owners other than the primary owner. Renaming them makes it obvious that the answer should be TRUE.

While I'm there, make the corresponding _dbus_verbose() messages more precise.

Resolves: #270 (closed)

Merge request reports