IndexFactory.this

Create a new indexfactory with the given parameters

  1. this(GstIndexFactory* gstIndexFactory)
  2. this(string name, string longdesc, GType type)
    class IndexFactory
    this
    (
    string name
    ,
    string longdesc
    ,)

Parameters

name string

name of indexfactory to create

longdesc string

long description of indexfactory to create

type GType

the GType of the GstIndex element of this factory

Throws

ConstructionException GTK+ fails to create the object.

Meta