}
[Compact]
[Immutable]
- [CCode (copy_function = "gst_structure_copy", cheader_filename = "gst/gst.h")]
+ [CCode (copy_function = "gst_structure_copy", type_id = "GST_TYPE_STRUCTURE", cheader_filename = "gst/gst.h")]
public class Structure {
public weak GLib.Array fields;
public GLib.Quark name;
[Compact]
[Immutable]
- [CCode (copy_function = "gst_structure_copy", cheader_filename = "gst/gst.h")]
+ [CCode (copy_function = "gst_structure_copy", type_id = "GST_TYPE_STRUCTURE", cheader_filename = "gst/gst.h")]
public class Structure {
[CCode (cname = "gst_structure_empty_new", has_construct_function = false)]
public Structure.empty (string name);