ParamSpecPool.this

Creates a new gobject.ParamSpecPool

If type_prefixing is TRUE, lookups in the newly created pool will allow to specify the owner as a colon-separated prefix of the property name, like "GtkContainer:border-width". This feature is deprecated, so you should always set type_prefixing to FALSE.

  1. this(GParamSpecPool* gParamSpecPool, bool ownedRef)
  2. this(bool typePrefixing)
    class ParamSpecPool
    this

Parameters

typePrefixing bool

Whether the pool will support type-prefixed property names.

Return Value

a newly allocated gobject.ParamSpecPool

Throws

ConstructionException GTK+ fails to create the object.