summaryrefslogtreecommitdiff
path: root/libupower-glib/up-wakeups.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-14lib: Port UpWakeUps to GDBusBastien Nocera1-160/+64
Using the new proxy.
2013-10-14lib: No need to set private members to NULLBastien Nocera1-2/+0
GObject already makes sure of that for us.
2013-10-14lib: Simplify _new() functionsBastien Nocera1-3/+1
No need to use a temporary variable.
2013-10-14lib: Add missing "element-type" introspection metadataBastien Nocera1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=55419
2013-10-10lib: Fix a small memory leakBastien Nocera1-0/+2
The bus was never unreferenced in the UpWakeups object.
2012-06-14Selectively disable warnings for deprecated GValueArrayMartin Pitt1-0/+6
GLib 2.33 and further deprecates GValueArray. However, we still need it as long as we are using dbus-glib, so selectively disable the deprecation warnings for the three functions that use GValueArray. This allows us to continue to build with -Werror.
2010-10-05Fix up all the warnings when building with new versions of gobject-introspectionRichard Hughes1-1/+1
2010-02-05Use GCancellable in libupower-glib so we can eventually get to GIO async ↵Richard Hughes1-4/+28
methods without breaking future API
2010-02-05trivial: fix up UpWakeups to actually compileRichard Hughes1-8/+28
2010-02-05trivial: Port the DkpWakeups object to UpWakeupsRichard Hughes1-0/+350