Revision: 14634
          http://sourceforge.net/p/skim-app/code/14634
Author:   hofman
Date:     2024-11-03 10:05:09 +0000 (Sun, 03 Nov 2024)
Log Message:
-----------
setValue:forAnnotationKey: returns a BOOL

Modified Paths:
--------------
    trunk/SkimNotes/SKNPDFAnnotationNote.m

Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m      2024-11-03 09:45:38 UTC (rev 
14633)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m      2024-11-03 10:05:09 UTC (rev 
14634)
@@ -59,7 +59,7 @@
 @interface PDFAnnotation (SKNSierraDeclarations)
 - (void)drawWithBox:(PDFDisplayBox)box inContext:(CGContextRef)context;
 - (id)valueForAnnotationKey:(NSString *)key;
-- (void)setValue:(id)value forAnnotationKey:(NSString *)key;
+- (BOOL)setValue:(id)value forAnnotationKey:(NSString *)key;
 @end
 @interface PDFPage (SKNSierraDeclarations)
 - (void)transformContext:(CGContextRef)context forBox:(PDFDisplayBox)box;

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