IOModule.this

Creates a new GIOModule that will load the specific shared library when in use.

  1. this(GIOModule* gIOModule)
  2. this(string filename)
    class IOModule
    this
    (
    string filename
    )

Parameters

filename string

filename of the shared library module.

Throws

ConstructionException GTK+ fails to create the object.

Meta