Revision: 29921
          http://sourceforge.net/p/bibdesk/svn/29921
Author:   hofman
Date:     2025-11-30 18:49:58 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
returned indx can be NULL

Modified Paths:
--------------
    trunk/bibdesk/BDSKNotesSearchIndex.h

Modified: trunk/bibdesk/BDSKNotesSearchIndex.h
===================================================================
--- trunk/bibdesk/BDSKNotesSearchIndex.h        2025-11-30 18:37:11 UTC (rev 
29920)
+++ trunk/bibdesk/BDSKNotesSearchIndex.h        2025-11-30 18:49:58 UTC (rev 
29921)
@@ -66,7 +66,7 @@
 - (void)resetWithPublications:(nullable NSArray<BibItem *> *)pubs;
 
 // Warning:  it is /not/ safe to write to this SKIndexRef directly; use it 
only for reading.
-@property (nonatomic, readonly) SKIndexRef index CF_RETURNS_RETAINED;
+@property (nonatomic, nullable, readonly) SKIndexRef index CF_RETURNS_RETAINED;
 
 // call when closing the document window; kills the search and prevents 
further callbacks
 - (void)terminate;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to