Revision: 16029
          http://sourceforge.net/p/skim-app/code/16029
Author:   hofman
Date:     2026-02-02 22:37:44 +0000 (Mon, 02 Feb 2026)
Log Message:
-----------
fix xpc agent listener protocol documentation

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

Modified: trunk/SkimNotes/skimnotes.m
===================================================================
--- trunk/SkimNotes/skimnotes.m 2026-01-27 22:42:34 UTC (rev 16028)
+++ trunk/SkimNotes/skimnotes.m 2026-02-02 22:37:44 UTC (rev 16029)
@@ -121,8 +121,8 @@
                            "- (bycopy nullable NSData *)textNotesAtPath:(in 
bycopy NSString *)aFile encoding:(NSStringEncoding)encoding;\n"
                            "@end";
 
-static char *xpcProtocolStr = "@protocol SKNXCPAgentListenerProtocol\n"
-                              "- (void)readSkimNotesAttURL:(NSURL *)aURL 
reply:(void (^)(NSData * _Nullable))reply;\n"
+static char *xpcProtocolStr = "@protocol SKNXPCAgentListenerProtocol\n"
+                              "- (void)readSkimNotesAtURL:(NSURL *)aURL 
reply:(void (^)(NSData * _Nullable))reply;\n"
                               "- (void)readRTFNotesAtURL:(NSURL *)aURL 
reply:(void (^)(NSData * _Nullable))reply;\n"
                               "- (void)readTextNotesAtURL:(NSURL *)aURL 
reply:(void (^)(NSString * _Nullable))reply;\n"
                              "@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