Gio.DBusConnection.prototype.start_message_processing
function start_message_processing(): void {
// Gjs wrapper for g_dbus_connection_start_message_processing()
}
If connection was created with Gio.DBusConnectionFlags.delay_message_processing, this method starts processing messages. Does nothing on if connection wasn't created with this flag or if the method has already been called.
Since 2.26