diff options
Diffstat (limited to 'src/notification_proxy.c')
| -rw-r--r-- | src/notification_proxy.c | 6 |
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 | */ |
| 95 | np_error_t np_client_new(iphone_device_t device, uint16_t port, np_client_t *client) | 95 | np_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 |
