diff options
author | Richard Hughes <richard@hughsie.com> | 2010-01-26 10:53:04 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-01-26 10:53:04 +0000 |
commit | 5e8ba5457305da1fef2a891a3766e9612506c58b (patch) | |
tree | 6429bfee48cd210b34941eea5b4c3dc04c28f248 /src/up-daemon.h | |
parent | 27fada20be7feba6783abc5b6cad91ee274ad3df (diff) | |
download | upower-5e8ba5457305da1fef2a891a3766e9612506c58b.tar.gz |
trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GObject generated names
Diffstat (limited to 'src/up-daemon.h')
-rw-r--r-- | src/up-daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-daemon.h b/src/up-daemon.h index 9c370b4..b5169cb 100644 --- a/src/up-daemon.h +++ b/src/up-daemon.h @@ -70,7 +70,7 @@ void up_daemon_test (gpointer user_data); /* private */ guint up_daemon_get_number_devices_of_type (UpDaemon *daemon, - UpDeviceType type); + UpDeviceKind type); UpDeviceList *up_daemon_get_device_list (UpDaemon *daemon); gboolean up_daemon_startup (UpDaemon *daemon); |