get_value
Description:
public unowned Value?
get_value (
string fieldname)
Get the value of the field with name fieldname
.
Parameters:
this |
a Structure
|
fieldname |
the name of the field to get
|
Returns:
the Value corresponding to the field with the given name.
|