power: Add Linux org.freedesktop.UPower D-Bus implementation.

Fixes Bugzilla #3485.

(I think.)
This commit is contained in:
Ryan C. Gordon
2017-05-28 07:14:11 -04:00
parent b3f94acbf9
commit 643f1cb73d
5 changed files with 118 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ LoadDBUSSyms(void)
SDL_DBUS_SYM(error_free);
SDL_DBUS_SYM(get_local_machine_id);
SDL_DBUS_SYM(free);
SDL_DBUS_SYM(free_string_array);
SDL_DBUS_SYM(shutdown);
#undef SDL_DBUS_SYM