ObjectModule.this

Creates a new #PeasObjectModule.

  1. this(PeasObjectModule* peasObjectModule, bool ownedRef)
  2. this(string moduleName, string path, bool resident)
  3. this(string moduleName, string symbol)
  4. this(string moduleName, string path, bool resident, bool localLinkage)
    class ObjectModule
    this
    (
    string moduleName
    ,
    string path
    ,,)

Parameters

moduleName string

The module name.

path string

The path.

resident bool

If the module should be resident.

localLinkage bool

Whether to load the module with local linkage.

Return Value

a new #PeasObjectModule.

Since 1.14

Throws

ConstructionException GTK+ fails to create the object.

Meta