summaryrefslogtreecommitdiff
path: root/libupower-glib/up-device.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Work-around to fix gtk-doc's type detectionGuido Günther2018-09-301-5/+3
| | | | | | | | | | Without the braces on the same line gtk-doc adds function pointers as functions to the documentation and fails to detect the types as GObjects. This fixes object names in the index and cross refs. See the examples in https://developer.gnome.org/gtk-doc-manual/stable/documenting_symbols.html.en
* all: Remove *changed signalsBastien Nocera2013-10-171-2/+0
| | | | | | | | | Now that we send out PropertiesChanged signals (on the daemon side) and "notify" signals (on the client side), there's no need for the all encompassing DeviceChanged and Changed signals. They would have woken up any client, even if they were not interested in receiving the signals.
* Use GCancellable in libupower-glib so we can eventually get to GIO async ↵Richard Hughes2010-02-051-1/+7
| | | | methods without breaking future API
* Update the Free Software Foundation addressRichard Hughes2010-01-271-1/+1
|
* trivial: add two more functions to DkpDevice for getting the stats and historyRichard Hughes2010-01-261-0/+8
|
* trivial: add some gtk-doc markup into libupower-glib and hook it up to the ↵Richard Hughes2010-01-251-9/+1
| | | | build system
* Add libupower so applications can switch away from devkit-power-gobjectRichard Hughes2010-01-251-0/+94