diff options
Diffstat (limited to 'src/accounts-service-access.vala')
-rw-r--r-- | src/accounts-service-access.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounts-service-access.vala b/src/accounts-service-access.vala index 582ea9e..68616d2 100644 --- a/src/accounts-service-access.vala +++ b/src/accounts-service-access.vala @@ -25,7 +25,7 @@ using Gee; [DBus (name="org.ayatana.Greeter.List")] interface GreeterListInterfaceAccess : Object { - public abstract async string get_active_entry () throws IOError; + public abstract async string get_active_entry () throws GLib.DBusError, GLib.IOError; public signal void entry_selected (string entry_name); } |