ParamSpecPool.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(bool typePrefixing)

Creates a new #GParamSpecPool.

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.

Parameters

typePrefixingWhether the pool will support type-prefixed property names.

Returns

a newly allocated #GParamSpecPool.