summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-09-04 09:56:29 +1200
committerRobert Ancell <robert.ancell@canonical.com>2012-09-04 09:56:29 +1200
commit2319c1107aba8e9e868478f23a7fac68dbbf6267 (patch)
treed30f39a35ad3bca9cea1613f909cbea4ff1fa480
parent50f6f24542039cc1f4a590c118e85393a5cb0e02 (diff)
parent37a54bfdea77aa360b7883b27abc059b8c58ab2f (diff)
downloadlightdm-2319c1107aba8e9e868478f23a7fac68dbbf6267.tar.gz
Correctly annotate enums in vapi file
-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