diff options
Diffstat (limited to 'libupower-glib/up-device.h')
-rw-r--r-- | libupower-glib/up-device.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libupower-glib/up-device.h b/libupower-glib/up-device.h index f9b2db4..d29a5a0 100644 --- a/libupower-glib/up-device.h +++ b/libupower-glib/up-device.h @@ -40,7 +40,7 @@ G_BEGIN_DECLS #define UP_DEVICE_ERROR (up_device_error_quark ()) #define UP_DEVICE_TYPE_ERROR (up_device_error_get_type ()) -typedef struct UpDevicePrivate UpDevicePrivate; +typedef struct _UpDevicePrivate UpDevicePrivate; typedef struct { @@ -76,14 +76,6 @@ 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); |