mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix NSArray and NSOrderedSet KVC method types to not use generic type.
These methods set/return properties of the elements, not the elements themselves.
This commit is contained in:
parent
4be70d0802
commit
ba7a9c0a8e
3 changed files with 11 additions and 4 deletions
|
@ -125,8 +125,8 @@ extern "C" {
|
|||
range: (NSRange)aRange;
|
||||
|
||||
// Key value coding support
|
||||
- (void) setValue: (GS_GENERIC_TYPE(ElementT))value forKey: (NSString*)key;
|
||||
- (GS_GENERIC_TYPE(ElementT)) valueForKey: (NSString*)key;
|
||||
- (void) setValue: (id)value forKey: (NSString*)key;
|
||||
- (id) valueForKey: (NSString*)key;
|
||||
|
||||
// Comparing Sets
|
||||
- (BOOL) isEqualToOrderedSet: (NSOrderedSet *)aSet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue