mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c97daa51dd
commit
1bf4c4c303
32 changed files with 307 additions and 216 deletions
|
@ -144,24 +144,36 @@ GS_EXPORT NSString *const NSKeyValueChangeOldKey;
|
|||
*/
|
||||
@interface NSObject (NSKeyValueObserverNotification)
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
- (void) didChangeValueForKey: (NSString*)aKey;
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
- (void) didChange: (NSKeyValueChange)changeKind
|
||||
valuesAtIndexes: (NSIndexSet*)indexes
|
||||
forKey: (NSString*)aKey;
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
- (void) willChangeValueForKey: (NSString*)aKey;
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
- (void) willChange: (NSKeyValueChange)changeKind
|
||||
valuesAtIndexes: (NSIndexSet*)indexes
|
||||
forKey: (NSString*)aKey;
|
||||
|
||||
#if OS_API_VERSION(100400,GS_API_LATEST)
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
- (void) didChangeValueForKey: (NSString*)aKey
|
||||
withSetMutation: (NSKeyValueSetMutationKind)mutationKind
|
||||
usingObjects: (NSSet*)objects;
|
||||
|
||||
/** <override-dummy />
|
||||
*/
|
||||
- (void) willChangeValueForKey: (NSString*)aKey
|
||||
withSetMutation: (NSKeyValueSetMutationKind)mutationKind
|
||||
usingObjects: (NSSet*)objects;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue