diff options
| author | 2010-07-09 02:50:48 +0200 | |
|---|---|---|
| committer | 2010-07-09 02:50:48 +0200 | |
| commit | 31ec3f32bb828a5851f920c51c8e8e6b8f1f682b (patch) | |
| tree | 7bfd2ebdbe069878d224aca612d2b0d7b4ef7676 /include/libimobiledevice | |
| parent | ccb63b0cc6335d2e186a9223b14f50542feeb982 (diff) | |
| download | libimobiledevice-31ec3f32bb828a5851f920c51c8e8e6b8f1f682b.tar.gz libimobiledevice-31ec3f32bb828a5851f920c51c8e8e6b8f1f682b.tar.bz2 | |
sbservices: add support for fetching the home screen wallpaper
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/sbservices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h index fcedf1a..4274278 100644 --- a/include/libimobiledevice/sbservices.h +++ b/include/libimobiledevice/sbservices.h | |||
| @@ -51,6 +51,7 @@ sbservices_error_t sbservices_client_free(sbservices_client_t client); | |||
| 51 | sbservices_error_t sbservices_get_icon_state(sbservices_client_t client, plist_t *state); | 51 | sbservices_error_t sbservices_get_icon_state(sbservices_client_t client, plist_t *state); |
| 52 | sbservices_error_t sbservices_set_icon_state(sbservices_client_t client, plist_t newstate); | 52 | sbservices_error_t sbservices_set_icon_state(sbservices_client_t client, plist_t newstate); |
| 53 | sbservices_error_t sbservices_get_icon_pngdata(sbservices_client_t client, const char *bundleId, char **pngdata, uint64_t *pngsize); | 53 | sbservices_error_t sbservices_get_icon_pngdata(sbservices_client_t client, const char *bundleId, char **pngdata, uint64_t *pngsize); |
| 54 | sbservices_error_t sbservices_get_home_screen_wallpaper_pngdata(sbservices_client_t client, char **pngdata, uint64_t *pngsize); | ||
| 54 | 55 | ||
| 55 | #ifdef __cplusplus | 56 | #ifdef __cplusplus |
| 56 | } | 57 | } |
