Class
MalcontentUser
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
Properties
Malcontent.User:display-name
The user’s real name or username if the real name is unset.
since: 0.14.0
Malcontent.User:login-time
The last login time for this user, in seconds since the Unix epoch.
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.