summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--liblightdm-gobject/liblightdm-gobject-1.vapi2
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6aa20184..1ad1f9a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.3.4
+
+ * Correctly annotate enums in vapi file
+
Overview of changes in lightdm 1.3.3
* Add a new remote session type. These sessions create a temporary local
diff --git a/liblightdm-gobject/liblightdm-gobject-1.vapi b/liblightdm-gobject/liblightdm-gobject-1.vapi
index a9236011..ba0ec195 100644
--- a/liblightdm-gobject/liblightdm-gobject-1.vapi
+++ b/liblightdm-gobject/liblightdm-gobject-1.vapi
@@ -47,10 +47,12 @@ namespace LightDM {
public unowned string? authentication_user { get; }
public void start_session_sync (string? session = null) throws GLib.Error;
}
+ [CCode (has_type_id = false)]
public enum MessageType {
INFO,
ERROR
}
+ [CCode (has_type_id = false)]
public enum PromptType {
QUESTION,
SECRET