Class
MalcontentUser
unstable since: 0.14.0
Description [src]
final class Malcontent.User : GObject.Object
{
/* No available fields */
}
A user account on the system.
Many of the properties on the account may change over time if the user
database is edited. If so, GObject::notify will be emitted
on them. MctUser:uid and
MctUser:username cannot change after construction.
Available since: 0.14.0
Instance methods
mct_user_get_display_name
Get the value of the MctUser:display-name property.
unstable since: 0.14.0
mct_user_is_in_same_family
Calculate whether two users are in the same family.
unstable since: 0.14.0
mct_user_is_parent_of
Calculate whether one user is the parent of another user.
unstable since: 0.14.0
Properties
Malcontent.User:display-name
The user’s real name or username if the real name is unset.
unstable since: 0.14.0
Malcontent.User:login-time
The last login time for this user, in seconds since the Unix epoch.
unstable since: 0.14.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.