Enums¶
Details¶
- 
class LightDM.GreeterError(value)¶
- Bases: - GObject.GEnum- Error codes returned by greeter operations. - 
COMMUNICATION_ERROR= 0¶
- error communicating with daemon. 
 - 
CONNECTION_FAILED= 1¶
- failed to connect to the daemon. 
 - 
SESSION_FAILED= 2¶
- requested session failed to start. 
 - 
NO_AUTOLOGIN= 3¶
- autologin not configured. 
 - 
INVALID_USER= 4¶
- autologin not configured. 
 
- 
- 
class LightDM.MessageType(value)¶
- Bases: - GObject.GEnum- 
INFO= 0¶
- Informational message. 
 - 
ERROR= 1¶
- Error message. 
 
- 
- 
class LightDM.PromptType(value)¶
- Bases: - GObject.GEnum- Prompt types the client is required to display. - 
QUESTION= 0¶
- prompt is a question. The information can be shown as it is entered. 
 - 
SECRET= 1¶
- prompt is for secret information. The entered information should be obscured so it can’t be publically visible. 
 
-