Explorar o código

rename DcAccounts.maybeStartIo() / DcAccounts.stopIo(), same as for DcContext

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
9f665a2b64
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      DcCore/DcCore/DC/Wrapper.swift

+ 2 - 2
DcCore/DcCore/DC/Wrapper.swift

@@ -45,13 +45,13 @@ public class DcAccounts {
         dc_accounts_maybe_network(accountsPointer)
     }
 
-    public func maybeStartIO() {
+    public func maybeStartIo() {
         if get().isConfigured() {
             dc_accounts_start_io(accountsPointer)
         }
     }
 
-    public func stopIO() {
+    public func stopIo() {
         dc_accounts_stop_io(accountsPointer)
     }