summaryrefslogtreecommitdiffstats
path: root/src/notification_proxy.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-28 22:18:41 +0100
committerGravatar Martin Szulecki2010-01-29 02:16:00 +0100
commit96101a1231a4ddfeb40fd738a24e108a3a904048 (patch)
tree65a8f54354d9acbbba93dac2c8602d07e469482c /src/notification_proxy.c
parent45b88ae3956de089fdc35605910f1359a1d3961c (diff)
downloadlibimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.gz
libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.bz2
Global renames due to project rename to libimobiledevice
Diffstat (limited to 'src/notification_proxy.c')
-rw-r--r--src/notification_proxy.c6
1 files changed, 3 insertions, 3 deletions
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)
92 * or NP_E_CONN_FAILED when the connection to the device could not be 92 * or NP_E_CONN_FAILED when the connection to the device could not be
93 * established. 93 * established.
94 */ 94 */
95np_error_t np_client_new(iphone_device_t device, uint16_t port, np_client_t *client) 95np_error_t np_client_new(idevice_t device, uint16_t port, np_client_t *client)
96{ 96{
97 /* makes sure thread environment is available */ 97 /* makes sure thread environment is available */
98 if (!g_thread_supported()) 98 if (!g_thread_supported())
@@ -177,7 +177,7 @@ np_error_t np_post_notification(np_client_t client, const char *notification)
177 return res; 177 return res;
178} 178}
179 179
180/** Notifies the iphone to send a notification on the specified event. 180/** Notifies the device to send a notification on the specified event.
181 * 181 *
182 * @param client The client to send to 182 * @param client The client to send to
183 * @param notification The notifications that should be observed. 183 * @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
206 return res; 206 return res;
207} 207}
208 208
209/** Notifies the iphone to send a notification on specified events. 209/** Notifies the device to send a notification on specified events.
210 * 210 *
211 * @param client The client to send to 211 * @param client The client to send to
212 * @param notification_spec Specification of the notifications that should be 212 * @param notification_spec Specification of the notifications that should be