diff options
| author | 2010-01-22 15:00:16 +0100 | |
|---|---|---|
| committer | 2010-01-22 15:00:16 +0100 | |
| commit | 82d682b850329f2660fa6c6cc658ec03b5ffbadc (patch) | |
| tree | 427e63c6e788ced9ae7de6c930dd4ee1644bba72 /swig | |
| parent | 3183e7c96e7f66d9f0b215d549912411b146dd77 (diff) | |
| download | libimobiledevice-82d682b850329f2660fa6c6cc658ec03b5ffbadc.tar.gz libimobiledevice-82d682b850329f2660fa6c6cc658ec03b5ffbadc.tar.bz2 | |
Rename all *_recv functions to *_receive to match underlying API
Diffstat (limited to 'swig')
| -rw-r--r-- | swig/iphone.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/iphone.i b/swig/iphone.i index f1969ed..81ef488 100644 --- a/swig/iphone.i +++ b/swig/iphone.i | |||
| @@ -188,7 +188,7 @@ PList::Node* new_node_from_plist(plist_t node) | |||
| 188 | 188 | ||
| 189 | PList::Node* receive() { | 189 | PList::Node* receive() { |
| 190 | plist_t node = NULL; | 190 | plist_t node = NULL; |
| 191 | lockdownd_recv($self->client, &node); | 191 | lockdownd_receive($self->client, &node); |
| 192 | return new_node_from_plist(node); | 192 | return new_node_from_plist(node); |
| 193 | } | 193 | } |
| 194 | 194 | ||
| @@ -213,7 +213,7 @@ PList::Node* new_node_from_plist(plist_t node) | |||
| 213 | 213 | ||
| 214 | PList::Node* receive() { | 214 | PList::Node* receive() { |
| 215 | plist_t node = NULL; | 215 | plist_t node = NULL; |
| 216 | mobilesync_recv($self->client, &node); | 216 | mobilesync_receive($self->client, &node); |
| 217 | return new_node_from_plist(node); | 217 | return new_node_from_plist(node); |
| 218 | } | 218 | } |
| 219 | }; | 219 | }; |
