diff options
Diffstat (limited to 'liblightdm-gobject/liblightdm-gobject-1.vapi')
-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 |