diff options
| author | 2009-07-25 02:54:40 +0200 | |
|---|---|---|
| committer | 2009-07-25 02:54:40 +0200 | |
| commit | 5cb9ecc85240102402082c442d561d7350732027 (patch) | |
| tree | cea461435303568e39571b0ccb19d4e25d4d266b /include | |
| parent | f5e9d76ebd74999512ab73f44fabba86879b1c1f (diff) | |
| download | libimobiledevice-5cb9ecc85240102402082c442d561d7350732027.tar.gz libimobiledevice-5cb9ecc85240102402082c442d561d7350732027.tar.bz2 | |
Follow glib style and rename iphone_free_device to iphone_device_free
Diffstat (limited to 'include')
| -rw-r--r-- | include/libiphone/libiphone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 895e809..7974526 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -58,10 +58,10 @@ typedef struct iphone_device_int *iphone_device_t; | |||
| 58 | void iphone_set_debug_mask(uint16_t mask); | 58 | void iphone_set_debug_mask(uint16_t mask); |
| 59 | void iphone_set_debug_level(int level); | 59 | void iphone_set_debug_level(int level); |
| 60 | 60 | ||
| 61 | //device related functions | 61 | /* Interface */ |
| 62 | iphone_error_t iphone_get_device(iphone_device_t *device); | 62 | iphone_error_t iphone_get_device(iphone_device_t *device); |
| 63 | iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); | 63 | iphone_error_t iphone_get_device_by_uuid(iphone_device_t *device, const char *uuid); |
| 64 | iphone_error_t iphone_free_device(iphone_device_t device); | 64 | iphone_error_t iphone_device_free(iphone_device_t device); |
| 65 | uint32_t iphone_get_device_handle(iphone_device_t device); | 65 | uint32_t iphone_get_device_handle(iphone_device_t device); |
| 66 | iphone_error_t iphone_device_get_uuid(iphone_device_t device, char **uuid); | 66 | iphone_error_t iphone_device_get_uuid(iphone_device_t device, char **uuid); |
| 67 | 67 | ||
