From 96101a1231a4ddfeb40fd738a24e108a3a904048 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 28 Jan 2010 22:18:41 +0100 Subject: Global renames due to project rename to libimobiledevice --- src/notification_proxy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/notification_proxy.c') diff --git a/src/notification_proxy.c b/src/notification_proxy.c index 0969985..eb5e6b2 100644 --- a/src/notification_proxy.c +++ b/src/notification_proxy.c @@ -92,7 +92,7 @@ static np_error_t np_error(property_list_service_error_t err) * or NP_E_CONN_FAILED when the connection to the device could not be * established. */ -np_error_t np_client_new(iphone_device_t device, uint16_t port, np_client_t *client) +np_error_t np_client_new(idevice_t device, uint16_t port, np_client_t *client) { /* makes sure thread environment is available */ if (!g_thread_supported()) @@ -177,7 +177,7 @@ np_error_t np_post_notification(np_client_t client, const char *notification) return res; } -/** Notifies the iphone to send a notification on the specified event. +/** Notifies the device to send a notification on the specified event. * * @param client The client to send to * @param notification The notifications that should be observed. @@ -206,7 +206,7 @@ np_error_t np_observe_notification( np_client_t client, const char *notification return res; } -/** Notifies the iphone to send a notification on specified events. +/** Notifies the device to send a notification on specified events. * * @param client The client to send to * @param notification_spec Specification of the notifications that should be -- cgit v1.1-32-gdbae