From d88c61789398ce514321a0a3ab41785ce50c2f5f Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 8 Apr 2014 12:32:13 +1200 Subject: [PATCH] Fix return value for Vala bindings to Greeter.start_session_sync --- liblightdm-gobject/liblightdm-gobject-1.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblightdm-gobject/liblightdm-gobject-1.vapi b/liblightdm-gobject/liblightdm-gobject-1.vapi index 1d48cfaa..ea4cecd2 100644 --- a/liblightdm-gobject/liblightdm-gobject-1.vapi +++ b/liblightdm-gobject/liblightdm-gobject-1.vapi @@ -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 { -- 2.39.2