upower/libupower-glib
Bastien Nocera 41bce28447 lib: Fix warnings when D-Bus related properties change
When UPower would appear, or disappear, we'd get warnings like:
g_object_notify: object class 'UpDevice' has no property named 'g-name-owner'
or:
g_object_notify: object class 'UpClient' has no property named 'g-name-owner'

This was caused by the property proxying added in 7531dbd and 28438a7
being too lax about which properties it tried to proxy, which included
ones that didn't apply to the object types in question.

See https://bugs.freedesktop.org/show_bug.cgi?id=43001

https://bugs.freedesktop.org/show_bug.cgi?id=102350
2018-03-02 17:47:14 +01:00
..
Makefile.am Support g_autoptr() for all libupower-glib object types 2015-09-15 12:33:44 +01:00
up-autocleanups.h Support g_autoptr() for all libupower-glib object types 2015-09-15 12:33:44 +01:00
up-client.c lib: Fix warnings when D-Bus related properties change 2018-03-02 17:47:14 +01:00
up-client.h lib: Add proper error and cancellable handling to UpClient constructor 2016-05-18 14:58:28 +02:00
up-device.c lib: Fix warnings when D-Bus related properties change 2018-03-02 17:47:14 +01:00
up-device.h all: Remove *changed signals 2013-10-17 14:25:25 +02:00
up-history-item.c lib: No need to set private members to NULL 2013-10-14 10:42:55 +02:00
up-history-item.h Convert the daemon to using objects from libupower-glib, not devkit-power-gobject 2010-03-26 12:49:01 +00:00
up-stats-item.c lib: No need to set private members to NULL 2013-10-14 10:42:55 +02:00
up-stats-item.h Update the Free Software Foundation address 2010-01-27 16:27:15 +00:00
up-types.c lib: Add UP_DEVICE_KIND_GAMING_INPUT for gaming devices 2017-08-31 16:21:18 +02:00
up-types.h docs: Better documentation for the BatteryLevel prop 2017-10-31 17:45:18 +01:00
up-version.h.in Update the Free Software Foundation address 2010-01-27 16:27:15 +00:00
up-wakeup-item.c lib: No need to set private members to NULL 2013-10-14 10:42:55 +02:00
up-wakeup-item.h Update the Free Software Foundation address 2010-01-27 16:27:15 +00:00
up-wakeups.c Share generated code between daemon and library 2015-07-29 13:38:13 +01:00
up-wakeups.h Use GCancellable in libupower-glib so we can eventually get to GIO async methods without breaking future API 2010-02-05 09:41:06 +00:00
upower.h Support g_autoptr() for all libupower-glib object types 2015-09-15 12:33:44 +01:00