Some documentation corrections.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-02-21 15:12:28 +00:00
parent 9c1da2872f
commit b3417764f6
5 changed files with 37 additions and 19 deletions

View file

@ -203,10 +203,10 @@ GS_EXPORT NSString *const NSKeyValueChangeOldKey;
/**
* Tells the observing system that when NSKeyValueObserverNotification
* protocol messages are sent for any key in the keys array, they should
* also be sent for dependentKey.
* protocol messages are sent for any key in the triggerKeys array,
* they should also be sent for dependentKey.
*/
+ (void) setKeys: (NSArray*)keys
+ (void) setKeys: (NSArray*)triggerKeys
triggerChangeNotificationsForDependentKey: (NSString*)dependentKey;
/**