Skip to content

codegen: Use g_signal_emit to emit signals

Marco Trevisan requested to merge 3v1n0/glib:gdbus-emit-signal-ids into main

We were using emit_by_name which implies looking up for the signal name, while the generated code can easily remember the signal ID and use it instead, allowing direct access to the signal emission.

Merge request reports

Loading