summaryrefslogtreecommitdiff
path: root/libupower-glib/up-client.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-18lib: Remove hidden singleton instanceMartin Pitt1-9/+1
2016-05-18lib: Add proper error and cancellable handling to UpClient constructorMartin Pitt1-22/+66
2015-07-29Share generated code between daemon and libraryCosimo Cecchi1-25/+25
2015-06-26lib: Fix memory leak in up_client_get_devices()Bastien Nocera1-2/+2
2014-05-07all: Remove IsDocked propertyBastien Nocera1-37/+0
2014-05-07lib: Fix API doc for up_client_get_on_battery()Bastien Nocera1-1/+1
2014-05-07lib: Hard-code the IsDocked valueBastien Nocera1-5/+6
2014-04-23lib: Fix typo in g-i annotationBastien Nocera1-1/+1
2013-11-08lib: Fix segfault on getting property when daemon is not runningMartin Pitt1-0/+3
2013-10-17lib: Remove up_client_enumerate_devices_sync()Bastien Nocera1-91/+40
2013-10-17all: Remove *changed signalsBastien Nocera1-59/+0
2013-10-17lib: Simplify proxying glue properties in UpClientBastien Nocera1-14/+2
2013-10-17all: Add GetCriticalAction daemon methodBastien Nocera1-0/+25
2013-10-17all: Remove WarningLevel from the daemon propertiesBastien Nocera1-36/+0
2013-10-17lib: Add up_client_get_display_device()Bastien Nocera1-0/+24
2013-10-17lib: Remove unneeded up_client_get_properties_sync()Bastien Nocera1-22/+0
2013-10-14lib: Emit notify:: signalsBastien Nocera1-0/+28
2013-10-14lib: Update for property removal and additionsBastien Nocera1-20/+21
2013-10-14lib: No need to set private members to NULLBastien Nocera1-2/+0
2013-10-14lib: Port UpClient to GDBusBastien Nocera1-205/+46
2013-10-14lib: Remove deprecated featuresBastien Nocera1-359/+0
2013-10-14lib: Add missing "element-type" introspection metadataBastien Nocera1-1/+1
2013-10-13lib: Fix crasher calling _about_to_sleep_sync()Bastien Nocera1-1/+1
2013-10-10up-client: Really don't overwrite retval with prop valuesBastien Nocera1-9/+9
2013-10-08libupower-glib: Fix error handlingMartin Pitt1-1/+2
2013-10-08up-client: Don't error out gathering deprecated propertiesBastien Nocera1-1/+5
2013-10-08up-client: Don't overwrite retval with property valuesBastien Nocera1-15/+16
2012-04-26libupower-glib: fix small memory leakPavel Vasin1-0/+1
2011-05-04Add new NotifySleep() and NotifyResume() signals that include the sleep typeRichard Hughes1-4/+74
2011-02-02Add a LidForceSleep property to ensure that we don't melt any laptopsRichard Hughes1-0/+49
2011-01-04Add an IsDocked binary property to the main interfaceRichard Hughes1-0/+49
2010-10-05Fix up all the warnings when building with new versions of gobject-introspectionRichard Hughes1-1/+1
2010-04-30Sanity check the device is not already in the list before addingRichard Hughes1-2/+11
2010-03-30Add a missing accessor: up_client_get_lid_is_present()Richard Hughes1-0/+20
2010-03-30Do not allow client programs to enumerate the device list more than onceRichard Hughes1-0/+13
2010-02-09Check PolicyKit in client's can_{suspend,hibernate} propertiesMartin Pitt1-2/+14
2010-02-08Add a new method and two new signals to inform userspace of the pending suspe...Richard Hughes1-0/+42
2010-02-05Use GCancellable in libupower-glib so we can eventually get to GIO async meth...Richard Hughes1-12/+15
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-26trivial: add some more gtk-doc markup to the new objectsRichard Hughes1-0/+1
2010-01-25trivial: add some gtk-doc markup into libupower-glib and hook it up to the bu...Richard Hughes1-38/+109
2010-01-25Add libupower so applications can switch away from devkit-power-gobjectRichard Hughes1-0/+813