power: Add Linux org.freedesktop.UPower D-Bus implementation.
Fixes Bugzilla #3485. (I think.)
This commit is contained in:
parent
b3f94acbf9
commit
643f1cb73d
5 changed files with 118 additions and 2 deletions
|
@ -68,6 +68,7 @@ typedef struct SDL_DBusContext {
|
|||
void (*error_free)(DBusError *);
|
||||
char *(*get_local_machine_id)(void);
|
||||
void (*free)(void *);
|
||||
void (*free_string_array)(char **);
|
||||
void (*shutdown)(void);
|
||||
|
||||
} SDL_DBusContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue