diff options
Diffstat (limited to 'include/libimobiledevice/libimobiledevice.h')
| -rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index d0923d6..f7b747a 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h | |||
| @@ -66,7 +66,7 @@ enum idevice_event_type { | |||
| 66 | /** Provides information about the occured event. */ | 66 | /** Provides information about the occured event. */ |
| 67 | typedef struct { | 67 | typedef struct { |
| 68 | enum idevice_event_type event; /**< The event type. */ | 68 | enum idevice_event_type event; /**< The event type. */ |
| 69 | const char *uuid; /**< The device unique id. */ | 69 | const char *udid; /**< The device unique id. */ |
| 70 | int conn_type; /**< The connection type. Currently only 1 for usbmuxd. */ | 70 | int conn_type; /**< The connection type. Currently only 1 for usbmuxd. */ |
| 71 | } idevice_event_t; | 71 | } idevice_event_t; |
| 72 | 72 | ||
| @@ -83,7 +83,7 @@ idevice_error_t idevice_get_device_list(char ***devices, int *count); | |||
| 83 | idevice_error_t idevice_device_list_free(char **devices); | 83 | idevice_error_t idevice_device_list_free(char **devices); |
| 84 | 84 | ||
| 85 | /* device structure creation and destruction */ | 85 | /* device structure creation and destruction */ |
| 86 | idevice_error_t idevice_new(idevice_t *device, const char *uuid); | 86 | idevice_error_t idevice_new(idevice_t *device, const char *udid); |
| 87 | idevice_error_t idevice_free(idevice_t device); | 87 | idevice_error_t idevice_free(idevice_t device); |
| 88 | 88 | ||
| 89 | /* connection/disconnection */ | 89 | /* connection/disconnection */ |
| @@ -97,7 +97,7 @@ idevice_error_t idevice_connection_receive(idevice_connection_t connection, char | |||
| 97 | 97 | ||
| 98 | /* misc */ | 98 | /* misc */ |
| 99 | idevice_error_t idevice_get_handle(idevice_t device, uint32_t *handle); | 99 | idevice_error_t idevice_get_handle(idevice_t device, uint32_t *handle); |
| 100 | idevice_error_t idevice_get_uuid(idevice_t device, char **uuid); | 100 | idevice_error_t idevice_get_udid(idevice_t device, char **udid); |
| 101 | 101 | ||
| 102 | #ifdef __cplusplus | 102 | #ifdef __cplusplus |
| 103 | } | 103 | } |
