Interface for object that holds info about a user account on the system. User objects are not created by the theme's code, but rather by the **LightDM.Greeter** class. # Members ## display_name **Type**: [String] The display name for the user. ## home_directory **Type**: [String] The home directory for the user. ## image **Type**: [String] The image for the user. ## language **Type**: [String] The language for the user. ## layout **Type**: [String] The keyboard layout for the user. ## logged_in **Type**: [Boolean] Whether or not the user is currently logged in. ## session **Type**: [String] The last session that the user logged into. ## username **Type**: [String] The username for the user.