DBus: add a reference to the connection

Fixed bug #6712
This commit is contained in:
Sylvain Becker
2022-12-14 17:41:35 +01:00
committed by Sylvain
parent c709741871
commit 582fb3901a
3 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ static int LoadDBUSSyms(void)
SDL_DBUS_SYM(connection_send);
SDL_DBUS_SYM(connection_send_with_reply_and_block);
SDL_DBUS_SYM(connection_close);
SDL_DBUS_SYM(connection_ref);
SDL_DBUS_SYM(connection_unref);
SDL_DBUS_SYM(connection_flush);
SDL_DBUS_SYM(connection_read_write);