Skip to content

sysdeps: Clarify bus address publication

Simon McVittie requested to merge smcv/dbus:sysdeps-publish into master
  • sysdeps: Make some functions Windows-specific

    _dbus_daemon_publish_session_bus_address had an empty implementation but was never actually called on Unix, and _dbus_daemon_is_session_bus_address_published wasn't even implemented. Move them to the Windows-specific header to indicate that interface changes here would only affect other Windows-specific code.

  • sysdeps: Document _dbus_daemon_unpublish_session_bus_address

Merge request reports