]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIApplication.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UIApplication.h
index 60452d617c39ea381be00a73a3f195532cfeaa36..f21dcff99a1f6644689e85fae3d5b47fa13cfac5 100644 (file)
 - (BOOL)_isLaunchedSuspended;
 - (unsigned int)_portForEvent:(struct __GSEvent *)fp8;
 - (void)suspendWithAnimation:(BOOL)fp8;
+#if 1 // iPhoneOS 3.x
+- (void)suspend;
+#endif
 - (BOOL)registerForSystemEvents;
 - (BOOL)rendersLocally;
 - (void)applicationStarted:(struct __GSEvent *)fp8;
 - (void)removeStatusBarImageNamed:(id)fp8;
 - (id)applicationBadge;
 - (void)setApplicationBadge:(id)fp8;
+#if 1 // iPhoneOS 3.x
+- (void)setApplicationBadgeString:(id)fp8;
+#endif
 - (void)removeApplicationBadge;
 - (int)applicationIconBadgeNumber;
 - (void)setApplicationIconBadgeNumber:(int)fp8;