mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-03 01:00:34 +02:00
Use G_DEFINE_TYPE_WITH_CODE (..., G_PRIVATE_ADD (...)) instead of the (deprecated since glib 2.58) function g_type_class_add_private to add a private structure for a type. Bump the minimal required version of glib to 2.38.0, the version where G_PRIVATE_ADD was added. |
||
|---|---|---|
| .. | ||
| hidpp-device.c | ||
| hidpp-device.h | ||
| hidpp-test.c | ||
| integration-test | ||
| Makefile.am | ||
| README.debugging | ||
| sysfs-utils.c | ||
| sysfs-utils.h | ||
| up-backend-linux-private.h | ||
| up-backend.c | ||
| up-device-bluez.c | ||
| up-device-bluez.h | ||
| up-device-csr.c | ||
| up-device-csr.h | ||
| up-device-hid.c | ||
| up-device-hid.h | ||
| up-device-idevice.c | ||
| up-device-idevice.h | ||
| up-device-supply.c | ||
| up-device-supply.h | ||
| up-device-unifying.c | ||
| up-device-unifying.h | ||
| up-device-wup.c | ||
| up-device-wup.h | ||
| up-input.c | ||
| up-input.h | ||
| up-native.c | ||
===============
Debugging
===============
When filing new bugs, please include information about the
output of "upower -d", "/usr/libexec/upowerd -v -r", and:
find /sys/class/power_supply/hidpp_battery_1/ -type f -exec echo {} \; -exec cat {} \; -exec echo \;
as appropriate.