Gst.Structure.prototype.id_has_field
function id_has_field(field:GLib.Quark):Boolean { // Gjs wrapper for gst_structure_id_has_field() }
Check if structure contains a field named field.
- field
GLib.Quark of the field name
- Returns
TRUE if the structure contains a field with the given name