Revision: 13845
          http://sourceforge.net/p/skim-app/code/13845
Author:   hofman
Date:     2023-12-06 17:59:15 +0000 (Wed, 06 Dec 2023)
Log Message:
-----------
add some more nullable qualifiers

Modified Paths:
--------------
    trunk/SkimNotes/NSFileManager_SKNExtensions.h

Modified: trunk/SkimNotes/NSFileManager_SKNExtensions.h
===================================================================
--- trunk/SkimNotes/NSFileManager_SKNExtensions.h       2023-12-06 17:55:32 UTC 
(rev 13844)
+++ trunk/SkimNotes/NSFileManager_SKNExtensions.h       2023-12-06 17:59:15 UTC 
(rev 13845)
@@ -191,7 +191,7 @@
     @param      outError If there is an error getting the bundled file, upon 
return contains an <code>NSError</code> object that describes the problem.
     @result     A file URL to the bundled file inside the PDF bundle, or 
<code>nil</code> if no bundled file was found.
 */
-- (NSURL *)bundledFileURLWithExtension:(NSString *)extension 
inPDFBundleAtURL:(NSURL *)aURL error:(NSError **)outError;
+- (nullable NSURL *)bundledFileURLWithExtension:(NSString *)extension 
inPDFBundleAtURL:(NSURL *)aURL error:(NSError **)outError;
 
 /*!
     @abstract   Returns the full path for the file of a given type inside a 
PDF bundle.
@@ -201,7 +201,7 @@
     @param      outError If there is an error getting the bundled file, upon 
return contains an <code>NSError</code> object that describes the problem.
     @result     A full path to the bundled file inside the PDF bundle, or 
<code>nil</code> if no bundled file was found.
 */
-- (NSString *)bundledFileWithExtension:(NSString *)extension 
inPDFBundleAtPath:(NSString *)path error:(NSError **)outError;
+- (nullable NSString *)bundledFileWithExtension:(NSString *)extension 
inPDFBundleAtPath:(NSString *)path error:(NSError **)outError;
 
 @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

Reply via email to