Revision: 14430
          http://sourceforge.net/p/skim-app/code/14430
Author:   hofman
Date:     2024-08-20 16:18:29 +0000 (Tue, 20 Aug 2024)
Log Message:
-----------
service is required to find password

Modified Paths:
--------------
    trunk/SKKeychain.h

Modified: trunk/SKKeychain.h
===================================================================
--- trunk/SKKeychain.h  2024-08-20 15:52:22 UTC (rev 14429)
+++ trunk/SKKeychain.h  2024-08-20 16:18:29 UTC (rev 14430)
@@ -48,7 +48,7 @@
 
 @interface SKKeychain : NSObject
 
-+ (nullable NSString *)passwordForService:(nullable NSString *)service 
account:(nullable NSString *)account status:(SKPasswordStatus *)status;
++ (nullable NSString *)passwordForService:(NSString *)service 
account:(nullable NSString *)account status:(SKPasswordStatus *)status;
 + (void)setPassword:(nullable NSString *)password forService:(NSString 
*)service account:(NSString *)account label:(nullable NSString *)label 
comment:(nullable NSString *)comment;
 + (SKPasswordStatus)updatePassword:(nullable NSString *)password 
service:(nullable NSString *)service account:(nullable NSString *)account 
label:(nullable NSString *)label comment:(nullable NSString *)comment 
forService:(nullable NSString *)oldService account:(nullable NSString 
*)oldAccount;
 

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