IOModuleScope.this

Create a new scope for loading of IO modules. A scope can be used for blocking duplicate modules, or blocking a module you don't want to load. Specify the G_IO_MODULE_SCOPE_BLOCK_DUPLICATES flag to block modules which have the same base name as a module that has already been seen in this scope. Since 2.30

  1. this(GIOModuleScope* gIOModuleScope)
  2. this(GIOModuleScopeFlags flags)
    class IOModuleScope

Parameters

flags GIOModuleScopeFlags

flags for the new scope

Throws

ConstructionException GTK+ fails to create the object.

Meta