get_user_by_name
Description:
public unowned User get_user_by_name (
string username)
Get information about a given user or NULL if this user doesn't exist.
Parameters:
| this |
A UserList
|
| username |
Name of user to get.
|
Returns:
|
A User entry for the given user.
|