has_field_typed


Description:

public bool has_field_typed (string fieldname, Type type)

Check if this contains a field named fieldname and with GType type.

Parameters:

this

a Structure

fieldname

the name of a field

type

the type of a value

Returns:

true if the structure contains a field with the given name and type