From 5e8ba5457305da1fef2a891a3766e9612506c58b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 26 Jan 2010 10:53:04 +0000 Subject: trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GObject generated names --- src/up-daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/up-daemon.h') 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); -- cgit v1.2.1