summaryrefslogtreecommitdiff
path: root/src/up-device.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 12:35:47 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 12:35:47 +0000
commitd2550b4c7854e970719b07b48ecdb61af9c01b6f (patch)
tree59ba56384fee7aaf7a25857556a6a3dec87c8758 /src/up-device.h
parent2562bc6aa6fe9b5f422e01c92aef9745bed5204f (diff)
downloadupower-d2550b4c7854e970719b07b48ecdb61af9c01b6f.tar.gz
trivial: DkpDaemon -> UpDaemon (no ABI or API break)
Diffstat (limited to 'src/up-device.h')
-rw-r--r--src/up-device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/up-device.h b/src/up-device.h
index 9509417..4133aef 100644
--- a/src/up-device.h
+++ b/src/up-device.h
@@ -77,9 +77,9 @@ DkpDevice *dkp_device_new (void);
void dkp_device_test (gpointer user_data);
gboolean dkp_device_coldplug (DkpDevice *device,
- DkpDaemon *daemon,
+ UpDaemon *daemon,
GObject *native);
-DkpDaemon *dkp_device_get_daemon (DkpDevice *device);
+UpDaemon *dkp_device_get_daemon (DkpDevice *device);
GObject *dkp_device_get_native (DkpDevice *device);
const gchar *dkp_device_get_object_path (DkpDevice *device);
gboolean dkp_device_get_on_battery (DkpDevice *device,