summaryrefslogtreecommitdiff
path: root/libupower-glib/up-device.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-25 16:26:47 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-25 16:54:17 +0000
commit27fada20be7feba6783abc5b6cad91ee274ad3df (patch)
treeee0cbd3518a6f73762979ce9ff2f2d5a81de2335 /libupower-glib/up-device.h
parent69c06340a80420b20c53a08ce4c54a5f4df7f983 (diff)
downloadupower-27fada20be7feba6783abc5b6cad91ee274ad3df.tar.gz
trivial: add some gtk-doc markup into libupower-glib and hook it up to the build system
Diffstat (limited to 'libupower-glib/up-device.h')
-rw-r--r--libupower-glib/up-device.h10
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);