get_value_by_nick
Description:
public unowned FlagsValue?
get_value_by_nick (
string nick)
Looks up a FlagsValue by nickname.
Parameters:
nick |
the nickname to look up
|
flags_class |
a FlagsClass
|
Returns:
the FlagsValue with nickname nick , or
null if there is no flag with that nickname
|