diff options
| author | 2011-09-03 02:10:48 +0200 | |
|---|---|---|
| committer | 2012-03-18 20:40:54 +0100 | |
| commit | dcb85727c3649c254c985d840aa2efb36f727872 (patch) | |
| tree | 0f6f551b70bd845f57d5a044915e617a1bd40ac6 /include | |
| parent | 6a83ef58a1032e3b336587e2f3a19659ae325c25 (diff) | |
| download | libimobiledevice-dcb85727c3649c254c985d840aa2efb36f727872.tar.gz libimobiledevice-dcb85727c3649c254c985d840aa2efb36f727872.tar.bz2 | |
Completely remove glib dependency.
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/installation_proxy.h | 3 | ||||
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index f5f00e8..11fb66e 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h | |||
| @@ -28,7 +28,6 @@ extern "C" { | |||
| 28 | #endif | 28 | #endif |
| 29 | 29 | ||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <glib.h> | ||
| 32 | 31 | ||
| 33 | /** @name Error Codes */ | 32 | /** @name Error Codes */ |
| 34 | /*@{*/ | 33 | /*@{*/ |
| @@ -66,7 +65,7 @@ instproxy_error_t instproxy_restore(instproxy_client_t client, const char *appid | |||
| 66 | instproxy_error_t instproxy_remove_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); | 65 | instproxy_error_t instproxy_remove_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); |
| 67 | 66 | ||
| 68 | plist_t instproxy_client_options_new(); | 67 | plist_t instproxy_client_options_new(); |
| 69 | void instproxy_client_options_add(plist_t client_options, ...) G_GNUC_NULL_TERMINATED; | 68 | void instproxy_client_options_add(plist_t client_options, ...); |
| 70 | void instproxy_client_options_free(plist_t client_options); | 69 | void instproxy_client_options_free(plist_t client_options); |
| 71 | 70 | ||
| 72 | #ifdef __cplusplus | 71 | #ifdef __cplusplus |
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index 7658b7d..bd717ee 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -29,7 +29,6 @@ extern "C" { | |||
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||
| 31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
| 32 | #include <glib.h> | ||
| 33 | 32 | ||
| 34 | /** @name Error Codes */ | 33 | /** @name Error Codes */ |
| 35 | /*@{*/ | 34 | /*@{*/ |
| @@ -93,7 +92,7 @@ mobilesync_anchors_t mobilesync_anchors_new(const char *device_anchor, const cha | |||
| 93 | void mobilesync_anchors_free(mobilesync_anchors_t anchors); | 92 | void mobilesync_anchors_free(mobilesync_anchors_t anchors); |
| 94 | 93 | ||
| 95 | plist_t mobilesync_actions_new(); | 94 | plist_t mobilesync_actions_new(); |
| 96 | void mobilesync_actions_add(plist_t actions, ...) G_GNUC_NULL_TERMINATED; | 95 | void mobilesync_actions_add(plist_t actions, ...); |
| 97 | void mobilesync_actions_free(plist_t actions); | 96 | void mobilesync_actions_free(plist_t actions); |
| 98 | 97 | ||
| 99 | #ifdef __cplusplus | 98 | #ifdef __cplusplus |
