]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Add back Vala bindings for LightDM.Greeter.connect_sync - just mark as deprecated
authorRobert Ancell <robert.ancell@canonical.com>
Sun, 1 Jun 2014 11:33:51 +0000 (19:33 +0800)
committerRobert Ancell <robert.ancell@canonical.com>
Sun, 1 Jun 2014 11:33:51 +0000 (19:33 +0800)
liblightdm-gobject/liblightdm-gobject-1.vapi

index 3626bdcbe108a683d023f9acac140651397830cf..e06f0b4e5bbb2095785158ab90f6c3682e9ac821 100644 (file)
@@ -24,6 +24,8 @@ namespace LightDM {
         public signal void authentication_complete ();
         public signal void autologin_timer_expired ();
 
+        [Deprecated (replacement = "LightDM.Greeter.connect_to_daemon_sync")]
+        public bool connect_sync () throws GLib.Error;
         public async bool connect_to_daemon () throws GLib.Error;
         public bool connect_to_daemon_sync () throws GLib.Error;
         public unowned string get_hint (string name);