aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-listener.c
Commit message (Expand)AuthorAgeFilesLines
* simplify the devices-enumerated signal's nameCharles Kerr2012-06-061-1/+1
* if self->cancellable is non-NULL in dispose(), pass it to g_cancellable_cance...Charles Kerr2012-06-061-1/+6
* remove trailing whitespaceCharles Kerr2012-06-061-1/+1
* add g_bus_unwatch_name() to watcher's dispose() methodCharles Kerr2012-06-061-0/+6
* add a GTK-Doc signal comment block for indictor-power-dbus-listener's enumera...Charles Kerr2012-06-061-2/+9
* copyediting: fix tab damage in dbus-listener.[ch]Charles Kerr2012-06-011-112/+110
* remove some g_message() calls that shouldn't've been committed.Charles Kerr2012-05-311-5/+0
* add a test to make sure that the listener responds to a PropertiesChanged signalCharles Kerr2012-05-291-0/+5
* exclude G_DEFINE_TYPE from coverage testing in dbus-listener.cCharles Kerr2012-05-291-0/+2
* add a mock GSD.Power to handle the GetPower requestsCharles Kerr2012-05-281-8/+3
* use signals to decouple i-power and dbus-listenerCharles Kerr2012-05-271-78/+22
* reuse the same cancellable across multiple non-concurrent dbus callsCharles Kerr2012-05-261-18/+18
* avoid a cyclical refcount dependency between IndicatorPower and its DBusListenerCharles Kerr2012-05-261-3/+17
* separate the dbus org.gnome.SettingsDaemon.Power logic into a separate classCharles Kerr2012-05-261-0/+276