get_user
Description:
public unowned User get_user (
string username)
Retrieves a pointer to the User object for the login username
from
this.
Trying to use this object before its is_loaded property is true
will result in undefined behavior.
Parameters:
this |
the manager to query.
|
username |
the login name of the user to get.
|
Returns: