gnome-control-center/panels/power
Philip Chimento c1210c5c65 power: Use up_client_get_devices2()
The previous code would have leaked all the UpDevice objects because no
free function was set on the returned GPtrArray.

Since we already depend on upower-glib 0.99.8 which is the release in
which get_devices() was deprecated and get_devices2() was introduced, we
can simply switch to get_devices2() which does set a free function on
the returned GPtrArray, stopping the leak.
2019-09-16 14:09:40 -07:00
..
icons build: Remove autotools 2018-01-18 12:20:08 +01:00
cc-power-panel.c power: Use up_client_get_devices2() 2019-09-16 14:09:40 -07:00
cc-power-panel.h power: Replace ifdefs with #pragma once 2018-05-30 23:17:07 +00:00
cc-power-panel.ui power: correct the value of 90 minutes to 5400 2019-05-02 13:35:14 +08:00
gnome-power-panel.desktop.in.in panels: Add X-GNOME-UsesNotifications to several desktop files 2018-11-01 17:22:21 +00:00
meson.build Remove unused GNOMELOCALEDIR defines 2019-09-09 21:45:53 +00:00
power.gresource.xml power: Make .ui filename match the .c filename 2018-11-12 16:41:01 +00:00