mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Use instancetype or actual type as initializer return types
This commit is contained in:
parent
f6e6b05f48
commit
bc992f2b75
10 changed files with 154 additions and 154 deletions
|
@ -104,9 +104,9 @@ typedef NSUInteger NSPointerFunctionsOptions;
|
|||
GS_EXPORT_CLASS
|
||||
@interface NSPointerFunctions : NSObject <NSCopying>
|
||||
|
||||
+ (id) pointerFunctionsWithOptions: (NSPointerFunctionsOptions)options;
|
||||
+ (instancetype) pointerFunctionsWithOptions: (NSPointerFunctionsOptions)options;
|
||||
|
||||
- (id) initWithOptions: (NSPointerFunctionsOptions)options;
|
||||
- (instancetype) initWithOptions: (NSPointerFunctionsOptions)options;
|
||||
|
||||
- (void* (*)(const void *item,
|
||||
NSUInteger (*size)(const void *item), BOOL shouldCopy)) acquireFunction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue