Revision: 14885
http://sourceforge.net/p/skim-app/code/14885
Author: hofman
Date: 2025-01-25 18:01:24 +0000 (Sat, 25 Jan 2025)
Log Message:
-----------
rerturned imp can be null
Modified Paths:
--------------
trunk/SKRuntime.h
Modified: trunk/SKRuntime.h
===================================================================
--- trunk/SKRuntime.h 2025-01-25 17:47:02 UTC (rev 14884)
+++ trunk/SKRuntime.h 2025-01-25 18:01:24 UTC (rev 14885)
@@ -40,16 +40,16 @@
NS_ASSUME_NONNULL_BEGIN
-extern IMP SKReplaceInstanceMethodImplementation(Class aClass, SEL aSelector,
IMP anImp);
+extern IMP _Nullable SKReplaceInstanceMethodImplementation(Class aClass, SEL
aSelector, IMP anImp);
extern void SKAddInstanceMethodImplementation(Class aClass, SEL aSelector, IMP
anImp, const char *types);
-extern IMP SKReplaceInstanceMethodImplementationFromSelector(Class aClass, SEL
aSelector, SEL impSelector);
+extern IMP _Nullable SKReplaceInstanceMethodImplementationFromSelector(Class
aClass, SEL aSelector, SEL impSelector);
extern void SKAddInstanceMethodImplementationFromSelector(Class aClass, SEL
aSelector, SEL impSelector);
-extern IMP SKReplaceClassMethodImplementation(Class aClass, SEL aSelector, IMP
anImp);
+extern IMP _Nullable SKReplaceClassMethodImplementation(Class aClass, SEL
aSelector, IMP anImp);
extern void SKAddClassMethodImplementation(Class aClass, SEL aSelector, IMP
anImp, const char *types);
-extern IMP SKReplaceClassMethodImplementationFromSelector(Class aClass, SEL
aSelector, SEL impSelector);
+extern IMP _Nullable SKReplaceClassMethodImplementationFromSelector(Class
aClass, SEL aSelector, SEL impSelector);
extern void SKAddClassMethodImplementationFromSelector(Class aClass, SEL
aSelector, SEL impSelector);
NS_ASSUME_NONNULL_END
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit