mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 14:11:00 +00:00
Mark setKeys:triggerKeys
triggerChangeNotificationsForDependentKey: as deprecated
This commit is contained in:
parent
2060863762
commit
30a0efaeb0
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ typedef NSString *NSKeyValueChangeKey;
|
|||
* they should also be sent for dependentKey.
|
||||
*/
|
||||
+ (void) setKeys: (NSArray*)triggerKeys
|
||||
triggerChangeNotificationsForDependentKey: (NSString*)dependentKey;
|
||||
triggerChangeNotificationsForDependentKey: (NSString*)dependentKey __attribute__((deprecated));
|
||||
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST)
|
||||
|
|
Loading…
Reference in a new issue