summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-11 22:20:17 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-11 22:23:00 -0700
commitd0a5ea5685a2c5e2f98b76fd771095ecf048a66f (patch)
tree53e286e368951be79d0276e202797f4f10709832 /iPhonePrivate.h
parent375a4481b21835983ea4f32bd1847a46c1038c68 (diff)
Provide a way to get the icons for installed apps.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 2c9239c..70eef38 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -440,6 +440,7 @@ extern "C" mach_port_t SBSSpringBoardServerPort();
extern "C" int SBBundlePathForDisplayIdentifier(mach_port_t port, const char *identifier, char *path);
extern "C" NSSet *SBSCopyDisplayIdentifiers();
extern "C" NSString *SBSCopyLocalizedApplicationNameForDisplayIdentifier(NSString *);
+extern "C" NSData *SBSCopyIconImagePNGDataForDisplayIdentifier(NSString *);
extern "C" UIImage *_UIImageWithName(NSString *name);
extern "C" void UISetColor(CGColorRef color);
// }}}