User
Object Hierarchy:
Description:
Namespace: Oobs
Package: liboobs-1
Content:
Properties:
- public bool active { get; }
- public bool encrypted_home { get; set; }
- public string full_name { get; set; }
- public string home_directory { get; set; }
- public UserHomeFlags home_flags { get; set; }
- public string home_phone { owned get; set; }
- public string locale { get; set; }
- public string name { owned get; construct; }
- public string other_data { get; set; }
- public string password { owned get; set; }
- public bool password_disabled { get; set; }
- public bool password_empty { get; set; }
- public string room_number { get; set; }
- public string shell { get; set; }
- public uint uid { get; set; }
- public string work_phone { owned get; set; }
Creation methods:
Methods:
- public bool get_active ()
- public bool get_encrypted_home ()
- public unowned string get_full_name ()
- public unowned string get_home_directory ()
- public unowned string get_home_phone_number ()
- public unowned string get_locale ()
- public unowned string get_login_name ()
- public unowned Group get_main_group ()
- public unowned string get_other_data ()
- public bool get_password_disabled ()
- public bool get_password_empty ()
- public unowned string get_room_number ()
- public unowned string get_shell ()
- public uid_t get_uid ()
- public unowned string get_work_phone_number ()
- public bool is_in_group (Group group)
- public bool is_root ()
- public void set_encrypted_home (bool encrypted_home)
- public void set_full_name (string full_name)
- public void set_home_directory (string home_directory)
- public void set_home_flags (UserHomeFlags home_flags)
- public void set_home_phone_number (string phone_number)
- public void set_locale (string locale)
- public void set_main_group (Group main_group)
- public void set_other_data (string data)
- public void set_password (string password)
- public void set_password_disabled (bool disabled)
- public void set_password_empty (bool empty)
- public void set_room_number (string room_number)
- public void set_shell (string shell)
- public void set_uid (uid_t uid)
- public void set_work_phone_number (string phone_number)
Inherited Members:
All known members inherited from class Oobs.Object
All known members inherited from class GLib.Object