]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Fix return value for Vala bindings to Greeter.start_session_sync
authorRobert Ancell <robert.ancell@canonical.com>
Tue, 8 Apr 2014 00:32:13 +0000 (12:32 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 8 Apr 2014 00:32:13 +0000 (12:32 +1200)
liblightdm-gobject/liblightdm-gobject-1.vapi

index 1d48cfaa948e48724e3001de31d61d48df3ecae3..ea4cecd2486304ebc3e463634e9f1457a9f0b306 100644 (file)
@@ -47,7 +47,7 @@ namespace LightDM {
         public bool in_authentication { get; }
         public bool is_authenticated { get; }
         public unowned string? authentication_user { get; }
-        public void start_session_sync (string? session = null) throws GLib.Error;
+        public bool start_session_sync (string? session = null) throws GLib.Error;
     }
     [CCode (has_type_id = false)]
     public enum MessageType {