summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-27 11:09:23 +1200
committerRobert Ancell <robert.ancell@canonical.com>2012-08-27 11:09:23 +1200
commitb09f909c93b9bde2c201d3e3ac2fdd9eb38a669e (patch)
treeaad3c9872ad3ce1daa6a1ffe55308099ba226060
parent4d2130611e4bdcdbe52c924b9af9299ba58519e9 (diff)
downloadlightdm-b09f909c93b9bde2c201d3e3ac2fdd9eb38a669e.tar.gz
Update liblightdm .vapi for new API
-rw-r--r--liblightdm-gobject/liblightdm-gobject-1.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/liblightdm-gobject/liblightdm-gobject-1.vapi b/liblightdm-gobject/liblightdm-gobject-1.vapi
index 56aa327e..a9236011 100644
--- a/liblightdm-gobject/liblightdm-gobject-1.vapi
+++ b/liblightdm-gobject/liblightdm-gobject-1.vapi
@@ -4,6 +4,7 @@ namespace LightDM {
public static unowned GLib.List<weak LightDM.Session> get_sessions ();
public static unowned GLib.List<weak LightDM.Language> get_languages ();
public static unowned GLib.List<weak LightDM.Layout> get_layouts ();
+ public static unowned GLib.List<weak LightDM.Session> get_remote_sessions ();
public static unowned Language get_language ();
public static void set_layout (Layout layout);
public static unowned Layout get_layout ();
@@ -38,6 +39,7 @@ namespace LightDM {
public void cancel_autologin ();
public void authenticate (string? username = null);
public void authenticate_as_guest ();
+ public void authenticate_remote (string session, string? username);
public void respond (string response);
public void cancel_authentication ();
public bool in_authentication { get; }