mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
even more type changes
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
+ (NSString *) stringForRatio: (CGFloat) ratio;
|
||||
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
|
||||
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max;
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max;
|
||||
|
||||
- (NSComparisonResult) compareFinder: (NSString *) string; //how the Finder compares strings
|
||||
- (NSComparisonResult) compareNumeric: (NSString *) string; //simple compare method for strings with numbers (works for IP addresses)
|
||||
|
||||
Reference in New Issue
Block a user