Revision: 13963
http://sourceforge.net/p/skim-app/code/13963
Author: hofman
Date: 2023-12-22 18:07:17 +0000 (Fri, 22 Dec 2023)
Log Message:
-----------
parameters are nullable
Modified Paths:
--------------
trunk/SKReadingBar.h
Modified: trunk/SKReadingBar.h
===================================================================
--- trunk/SKReadingBar.h 2023-12-22 17:01:37 UTC (rev 13962)
+++ trunk/SKReadingBar.h 2023-12-22 18:07:17 UTC (rev 13963)
@@ -87,7 +87,7 @@
@protocol SKReadingBarDelegate <NSObject>
-- (void)readingBarDidChangeBounds:(NSRect)oldBounds onPage:(PDFPage *)oldPage
toBounds:(NSRect)newBounds onPage:(PDFPage *)newPage scroll:(BOOL)shouldScroll;
+- (void)readingBarDidChangeBounds:(NSRect)oldBounds onPage:(nullable PDFPage
*)oldPage toBounds:(NSRect)newBounds onPage:(nullable PDFPage *)newPage
scroll:(BOOL)shouldScroll;
@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