static _H<NSArray> cydgets_;
static size_t active_ = _not(size_t);
+@interface CydgetController : NSObject {
+}
+
++ (NSDictionary *) currentConfiguration;
+
+@end
+
+@implementation CydgetController
+
++ (NSDictionary *) currentConfiguration {
+ return active_ == _not(size_t) ? nil : [[cydgets_ objectAtIndex:active_] objectForKey:@"Configuration"];
+}
+
+@end
+
@interface NSDictionary (Cydgets)
- (void) enableCydget:(SBAwayController *)away;
- (void) disableCydget:(SBAwayController *)away;
Section: Tweaks
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3065-1
+Version: 0.9.3066-1
Description: framework for managing lock screen plugins
Name: Cydget
Depends: mobilesubstrate (>= 0.9.2587-1)