Mark setKeys:triggerKeys

triggerChangeNotificationsForDependentKey: as deprecated
This commit is contained in:
Hugo Melder 2025-03-17 05:14:40 +01:00
parent 2060863762
commit 30a0efaeb0

View file

@ -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)