summaryrefslogtreecommitdiff
path: root/libupower-glib/up-client.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix UpClient reference leakBastien Nocera2022-02-161-1/+1
* lib: Simplify loop using g_autoBastien Nocera2022-01-241-6/+3
* lib: Prepare headers for internal g_auto* usageBastien Nocera2022-01-241-2/+1
* lib: Remove unnecessary castBastien Nocera2022-01-241-1/+1
* lib: Implement up_client_get_devices_async()Bastien Nocera2022-01-231-0/+65
* lib: Add internal helper for up_client_get_devices2()Bastien Nocera2022-01-231-21/+33
* lib: Add up_client_new_async()Bastien Nocera2022-01-211-5/+90
* lib: Mark lid related functions and properties as deprecatedBastien Nocera2021-08-191-2/+2
* up-client: Document and handle NULL return when getting devicesBenjamin Berg2021-02-041-3/+4
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-3/+1
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-2/+1
* lib: UpClient: up_client_get_display_device returns a UpDeviceGuido Günther2018-09-301-1/+1
* lib: UpClient: Fix stray '%'Guido Günther2018-09-301-1/+1
* lib: Use @see_also instead of "See also"Guido Günther2018-09-301-2/+1
* lib: Add a new version of up_client_get_devices which unrefs contentsRobert Ancell2018-05-311-2/+23
* lib: Simplify resource destructionBastien Nocera2018-04-181-4/+2
* lib: Fix warnings when D-Bus related properties changeBastien Nocera2018-03-021-1/+6
* lib: Remove hidden singleton instanceMartin Pitt2016-05-181-9/+1
* lib: Add proper error and cancellable handling to UpClient constructorMartin Pitt2016-05-181-22/+66
* Share generated code between daemon and libraryCosimo Cecchi2015-07-291-25/+25
* lib: Fix memory leak in up_client_get_devices()Bastien Nocera2015-06-261-2/+2
* all: Remove IsDocked propertyBastien Nocera2014-05-071-37/+0
* lib: Fix API doc for up_client_get_on_battery()Bastien Nocera2014-05-071-1/+1
* lib: Hard-code the IsDocked valueBastien Nocera2014-05-071-5/+6
* lib: Fix typo in g-i annotationBastien Nocera2014-04-231-1/+1
* lib: Fix segfault on getting property when daemon is not runningMartin Pitt2013-11-081-0/+3
* lib: Remove up_client_enumerate_devices_sync()Bastien Nocera2013-10-171-91/+40
* all: Remove *changed signalsBastien Nocera2013-10-171-59/+0
* lib: Simplify proxying glue properties in UpClientBastien Nocera2013-10-171-14/+2
* all: Add GetCriticalAction daemon methodBastien Nocera2013-10-171-0/+25
* all: Remove WarningLevel from the daemon propertiesBastien Nocera2013-10-171-36/+0
* lib: Add up_client_get_display_device()Bastien Nocera2013-10-171-0/+24
* lib: Remove unneeded up_client_get_properties_sync()Bastien Nocera2013-10-171-22/+0
* lib: Emit notify:: signalsBastien Nocera2013-10-141-0/+28
* lib: Update for property removal and additionsBastien Nocera2013-10-141-20/+21
* lib: No need to set private members to NULLBastien Nocera2013-10-141-2/+0
* lib: Port UpClient to GDBusBastien Nocera2013-10-141-205/+46
* lib: Remove deprecated featuresBastien Nocera2013-10-141-359/+0
* lib: Add missing "element-type" introspection metadataBastien Nocera2013-10-141-1/+1
* lib: Fix crasher calling _about_to_sleep_sync()Bastien Nocera2013-10-131-1/+1
* up-client: Really don't overwrite retval with prop valuesBastien Nocera2013-10-101-9/+9
* libupower-glib: Fix error handlingMartin Pitt2013-10-081-1/+2
* up-client: Don't error out gathering deprecated propertiesBastien Nocera2013-10-081-1/+5
* up-client: Don't overwrite retval with property valuesBastien Nocera2013-10-081-15/+16
* libupower-glib: fix small memory leakPavel Vasin2012-04-261-0/+1
* Add new NotifySleep() and NotifyResume() signals that include the sleep typeRichard Hughes2011-05-041-4/+74
* Add a LidForceSleep property to ensure that we don't melt any laptopsRichard Hughes2011-02-021-0/+49
* Add an IsDocked binary property to the main interfaceRichard Hughes2011-01-041-0/+49
* Fix up all the warnings when building with new versions of gobject-introspectionRichard Hughes2010-10-051-1/+1
* Sanity check the device is not already in the list before addingRichard Hughes2010-04-301-2/+11