type
MiniObject00* {.pure.} = object
`type`*: GType
refcount*: int32
lockstate*: int32
flags*: uint32
copy*: MiniObjectCopyFunction
dispose*: MiniObjectDisposeFunction
free*: MiniObjectFreeFunction
privUint*: uint32
privPointer*: pointer
The copy field was a plain pointer before. Now we have three data types in the GstMiniObject, which seems to be one more as the bindings generator currently can handle.
The copy field was a plain pointer before. Now we have three data types in the GstMiniObject, which seems to be one more as the bindings generator currently can handle.