mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
9c1da2872f
commit
b3417764f6
5 changed files with 37 additions and 19 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue