mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-04 11:11:12 +00:00
* EOControl/EODeprecated.h: Replaces EODepricated.h.
The original post was correct. Sorry! * EOAccess/EODeprecated.h: Ditto. * EOAccess/GNUmakefile: Ditto. * EOControl/EOUndoManager: Ditto. * EOControl/EOClassDescription: Added some comments. Tidied line breakage. ([EOClassDescription +delegete]): Moved to category named Deprecated. ([EOClassDescription +setDelegate:]): Ditto. ([EOClassDescription -displayNameForKey:]): Use AUTORELEASE macro. ([NSObject -snapshot]): Ditto. ([NSObject -updateFromSnapshot]): Ditto. ([NSObject -addObject:toPropertyWithKey:]): Ditto. ([NSObject -removeObject:fromPropertyWithKey:]): Ditto. ([NSException +validateExceptionWithFormat:]): Ditto. ([NSException +aggregateExceptionWithExceptions:]): Ditto. ([NSException -exceptionAddingEntriesToUserInfo:]): Ditto. * EOControl/EOKeyValueCoding.h/m: ([NSObject unableToSetNullForKey:]): Implemented. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16321 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ef9cc7dee
commit
f12819aa9b
8 changed files with 99 additions and 45 deletions
|
@ -52,6 +52,7 @@
|
|||
#endif
|
||||
- (NSDictionary *)valuesForKeyPaths: (NSArray *)keyPaths;
|
||||
- (NSDictionary *)storedValuesForKeyPaths: (NSArray *)keyPaths;
|
||||
- (void)unableToSetNullForKey: (NSString *)key;
|
||||
@end
|
||||
|
||||
#if NeXT_Foundation_LIBRARY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue