IOModule.this

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

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

Parameters

filename string

filename of the shared library module.

Return Value

a #GIOModule from given @filename, or %NULL on error.

Throws

ConstructionException GTK+ fails to create the object.

Meta