Skip to content

gdbus-wrapper: Guard against emitting signals when object isn't exported

Philip Chimento requested to merge 332-fix-dbus-connection into master

g_dbus_interface_skeleton_get_connection() can return null if the object isn't exported on the bus. In those cases, refrain from trying to emit signals.

Closes: #332 (closed)

Merge request reports