diff options
author | Albert Astals <albert.astals@canonical.com> | 2012-09-03 09:42:19 +0200 |
---|---|---|
committer | Albert Astals <albert.astals@canonical.com> | 2012-09-03 09:42:19 +0200 |
commit | 37a54bfdea77aa360b7883b27abc059b8c58ab2f (patch) | |
tree | 5eec9948fe9eae7c3589eb5ff9de4b86f81b7ed1 | |
parent | 1b315e939550e64044f1148e15a70d731f987895 (diff) | |
download | lightdm-git-37a54bfdea77aa360b7883b27abc059b8c58ab2f.tar.gz |
Use [CCode (has_type_id = false)] as suggested by Robert
-rw-r--r-- | liblightdm-gobject/liblightdm-gobject-1.vapi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/liblightdm-gobject/liblightdm-gobject-1.vapi b/liblightdm-gobject/liblightdm-gobject-1.vapi index 8bc3b524..ba0ec195 100644 --- a/liblightdm-gobject/liblightdm-gobject-1.vapi +++ b/liblightdm-gobject/liblightdm-gobject-1.vapi @@ -47,12 +47,12 @@ namespace LightDM { public unowned string? authentication_user { get; } public void start_session_sync (string? session = null) throws GLib.Error; } - [CCode (type_id = "G_TYPE_INT")] + [CCode (has_type_id = false)] public enum MessageType { INFO, ERROR } - [CCode (type_id = "G_TYPE_INT")] + [CCode (has_type_id = false)] public enum PromptType { QUESTION, SECRET |