diff options
author | Richard Hughes <richard@hughsie.com> | 2010-01-18 12:49:30 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-01-18 12:49:30 +0000 |
commit | 25e51c96136c45632091a7b240f8935ce1d239ce (patch) | |
tree | 85d17e0631078617488d2b626575003f80bd7686 /src/up-daemon.h | |
parent | d2550b4c7854e970719b07b48ecdb61af9c01b6f (diff) | |
download | upower-25e51c96136c45632091a7b240f8935ce1d239ce.tar.gz |
trivial: DkpDevice -> UpDevice (no ABI or API break)
Diffstat (limited to 'src/up-daemon.h')
-rw-r--r-- | src/up-daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/up-daemon.h b/src/up-daemon.h index b295188..9c370b4 100644 --- a/src/up-daemon.h +++ b/src/up-daemon.h @@ -70,8 +70,8 @@ void up_daemon_test (gpointer user_data); /* private */ guint up_daemon_get_number_devices_of_type (UpDaemon *daemon, - DkpDeviceType type); -DkpDeviceList *up_daemon_get_device_list (UpDaemon *daemon); + UpDeviceType type); +UpDeviceList *up_daemon_get_device_list (UpDaemon *daemon); gboolean up_daemon_startup (UpDaemon *daemon); /* exported */ |