Skip to content

gdbusproxy: Make 'g-signal' signal detailed

Aleksandr Mezin requested to merge amezin/glib:dbusproxy-signal-detailed into main

This would make the use of GDBusProxy without a code generator (for example, from PyGObject) a bit more convenient - I would be able to connect to a specific D-Bus signal (using D-Bus signal name as the detail).

Fixes #2536 (closed)

Merge request reports