mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add skeletal version of removeObserver:fromObjectsAtIndexes:forKeyPath:context:
This commit is contained in:
parent
75965866a1
commit
19977930f5
1 changed files with 7 additions and 0 deletions
|
@ -1598,6 +1598,13 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
|
|||
[kvoLock unlock];
|
||||
}
|
||||
|
||||
- (void)removeObserver:(NSObject *)observer
|
||||
fromObjectsAtIndexes:(NSIndexSet *)indexes
|
||||
forKeyPath:(NSString *)keyPath
|
||||
context:(void *)context
|
||||
{
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue