X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/c7e78d5fac975e43f71a6d0af5af7d902af21270..fec09a82a82c55ef19723940d96cb15e15fc4ed2:/iPhonePrivate.h diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 95e9c002..46cde9fa 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -438,7 +438,7 @@ extern float const UIWebViewScalesToFitScale; extern "C" void *reboot2(uint64_t flags); 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" NSArray *SBSCopyApplicationDisplayIdentifiers(bool active, bool debuggable); extern "C" NSString *SBSCopyLocalizedApplicationNameForDisplayIdentifier(NSString *); extern "C" NSString *SBSCopyIconImagePathForDisplayIdentifier(NSString *); extern "C" UIImage *_UIImageWithName(NSString *name);