ScannerG.this

Creates a new GScanner

The config_templ structure specifies the initial settings of the scanner, which are copied into the GScanner config field. If you pass NULL then the default settings are used.

  1. this(GScanner* gScanner, bool ownedRef)
  2. this(GScannerConfig* configTempl)
    class ScannerG

Parameters

configTempl GScannerConfig*

the initial scanner settings

Return Value

the new GScanner

Throws

ConstructionException GTK+ fails to create the object.