Gst.Structure.new_id_empty
function new_id_empty(quark:GLib.Quark):Gst.Structure { // Gjs wrapper for gst_structure_new_id_empty() }
Creates a new, empty Gst.Structure with the given name as a GQuark.
Free-function: gst_structure_free
- quark
name of new structure
- Returns
a new, empty Gst.Structure