Structure.idHasFieldTyped
bool idHasFieldTyped(glib.types.Quark field, gobject.types.GType type)Check if structure contains a field named field and with GType type.
Parameters
field | #GQuark of the field name |
type | the type of a value |
Returns
true if the structure contains a field with the given name and type