glib/gio/gdbus-2.0
Marco Trevisan (Treviño) 88d48a7a22 codegen: Use g_signal_emit to emit signals
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.
2023-06-29 22:20:05 +02:00
..
codegen codegen: Use g_signal_emit to emit signals 2023-06-29 22:20:05 +02:00