Skip to content

Commit 30a0efa

Browse files
committed
Mark setKeys:triggerKeys
triggerChangeNotificationsForDependentKey: as deprecated
1 parent 2060863 commit 30a0efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Headers/Foundation/NSKeyValueObserving.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ typedef NSString *NSKeyValueChangeKey;
229229
* they should also be sent for dependentKey.
230230
*/
231231
+ (void) setKeys: (NSArray*)triggerKeys
232-
triggerChangeNotificationsForDependentKey: (NSString*)dependentKey;
232+
triggerChangeNotificationsForDependentKey: (NSString*)dependentKey __attribute__((deprecated));
233233

234234

235235
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST)

0 commit comments

Comments
 (0)