aboutsummaryrefslogtreecommitdiff
path: root/src/remote-logon-service.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote-logon-service.vala')
-rw-r--r--src/remote-logon-service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote-logon-service.vala b/src/remote-logon-service.vala
index 5872cb6..8238190 100644
--- a/src/remote-logon-service.vala
+++ b/src/remote-logon-service.vala
@@ -41,7 +41,7 @@ protected struct RemoteServer
}
[DBus (name = "org.ArcticaProject.RemoteLogon")]
-interface RemoteLoginService : Object
+interface RemoteLogonService : Object
{
public abstract async void get_servers (out RemoteServer[] serverList) throws IOError;
public abstract async void get_servers_for_login (string url, string emailAddress, string password, bool allowCache, out bool loginSuccess, out string dataType, out RemoteServer[] serverList) throws IOError;