summaryrefslogtreecommitdiff
path: root/libupower-glib/up-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'libupower-glib/up-device.h')
-rw-r--r--libupower-glib/up-device.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libupower-glib/up-device.h b/libupower-glib/up-device.h
index d29a5a0..57c0bc6 100644
--- a/libupower-glib/up-device.h
+++ b/libupower-glib/up-device.h
@@ -76,6 +76,14 @@ gboolean up_device_refresh_sync (UpDevice *device,
gboolean up_device_set_object_path_sync (UpDevice *device,
const gchar *object_path,
GError **error);
+GPtrArray *up_device_get_history_sync (UpDevice *device,
+ const gchar *type,
+ guint timespec,
+ guint resolution,
+ GError **error);
+GPtrArray *up_device_get_statistics_sync (UpDevice *device,
+ const gchar *type,
+ GError **error);
/* accessors */
const gchar *up_device_get_object_path (UpDevice *device);