diff options
Diffstat (limited to 'Cydia')
-rw-r--r-- | Cydia/ProgressEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia/ProgressEvent.h b/Cydia/ProgressEvent.h index 3ee3097..1b2bae0 100644 --- a/Cydia/ProgressEvent.h +++ b/Cydia/ProgressEvent.h @@ -40,7 +40,7 @@ + (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type; + (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forPackage:(NSString *)package; -+ (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forItem:(pkgAcquire::ItemDesc &)item; ++ (CydiaProgressEvent *) eventWithMessage:(NSString *)message ofType:(NSString *)type forItemDesc:(pkgAcquire::ItemDesc &)desc; - (id) initWithMessage:(NSString *)message ofType:(NSString *)type; |