Revision: 29699
          http://sourceforge.net/p/bibdesk/svn/29699
Author:   hofman
Date:     2025-10-10 17:39:00 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
current sharingName can be nil

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

Modified: trunk/bibdesk/BDSKSharingServer.h
===================================================================
--- trunk/bibdesk/BDSKSharingServer.h   2025-10-10 17:35:34 UTC (rev 29698)
+++ trunk/bibdesk/BDSKSharingServer.h   2025-10-10 17:39:00 UTC (rev 29699)
@@ -92,10 +92,10 @@
 // base name for sharing
 @property (class, nonatomic, readonly) NSString *sharingName;
 // name currently used for sharing
-@property (class, nonatomic, readonly) NSString *currentSharingName;
+@property (class, nonatomic, nullable, readonly) NSString *currentSharingName;
 
 // actual name used for sharing, unique name based on +sharingName
-@property (nonatomic, readonly) NSString *sharingName;
+@property (nonatomic, nullable, readonly) NSString *sharingName;
 @property (nonatomic, readonly) BDSKSharingStatus status;
 
 @property (nonatomic, readonly) NSUInteger numberOfConnections;

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