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

typethe GType of the object
refcountatomic refcount
lockstateatomic state of the locks
flagsextra flags.
copya copy function
disposea dispose function
freethe free function
this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.