mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add exceptions to KVO methods for now
This commit is contained in:
parent
3278eaa2ca
commit
9f4a5c80ed
2 changed files with 40 additions and 15 deletions
|
@ -127,13 +127,6 @@ extern "C" {
|
|||
- (void) setValue: (GS_GENERIC_TYPE(ElementT))value forKey: (NSString*)key;
|
||||
- (GS_GENERIC_TYPE(ElementT)) valueForKey: (NSString*)key;
|
||||
|
||||
// Key-Value Observing Support
|
||||
/*
|
||||
- addObserver:forKeyPath:options:context:
|
||||
- removeObserver:forKeyPath:
|
||||
- removeObserver:forKeyPath:context:
|
||||
*/
|
||||
|
||||
// Comparing Sets
|
||||
- (BOOL) isEqualToOrderedSet: (NSOrderedSet *)aSet;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue