mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-06-08 12:38:23 +02:00
Fix a trivial compile warning
This commit is contained in:
parent
f7a00c582a
commit
8e76382029
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ G_DEFINE_TYPE (DkpDaemon, dkp_daemon, G_TYPE_OBJECT)
|
|||
/* refresh all the devices after this much time when on-battery has changed */
|
||||
#define DKP_DAEMON_ON_BATTERY_REFRESH_DEVICES_DELAY 3 /* seconds */
|
||||
|
||||
static gboolean gpk_daemon_device_add (DkpDaemon *daemon, GUdevDevice *d, gboolean emit_event);
|
||||
|
||||
/**
|
||||
* dkp_daemon_set_lid_is_closed:
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue