MiniObject.this
this
(gobject.types.GType type = gobject.types.GType.init, int refcount = int.init, int lockstate = int.init, uint flags = uint.init, GstMiniObjectCopyFunction copy = GstMiniObjectCopyFunction.init, GstMiniObjectDisposeFunction dispose = GstMiniObjectDisposeFunction.init, GstMiniObjectFreeFunction free = GstMiniObjectFreeFunction.init)Create a mini_object.MiniObject boxed type.
Parameters
type | the GType of the object |
refcount | atomic refcount |
lockstate | atomic state of the locks |
flags | extra flags. |
copy | a copy function |
dispose | a dispose function |
free | the free function |