MiniObject.this

Creates a new mini-object of the desired type. MT safe

  1. this(GstMiniObject* gstMiniObject)
  2. this(GType type)
    class MiniObject
    this

Parameters

type GType

the GType of the mini-object to create

Throws

ConstructionException GTK+ fails to create the object.

Meta