Documentation
Dlang.org
UTF8NormalizeOptions
arrow
utf8_normalize_options
class
UTF8NormalizeOptions :
FunctionOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
UTF8NormalizeOptions
self
();
arrow
.
types
.
UTF8NormalizeForm
form
[@property getter];
arrow
.
types
.
UTF8NormalizeForm
form
[@property setter];
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
UTF8NormalizeOptions
self
()
Returns
this
, for use in
with
statements.
Properties
form
arrow
.
types
.
UTF8NormalizeForm
form
[@property getter]
Get
form
property.
form
arrow
.
types
.
UTF8NormalizeForm
form
[@property setter]
Set
form
property.
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From FunctionOptions
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FunctionOptions
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrow.function_options.FunctionOptions otherOptions)
toString_
string
toString_
()
arrow
utf8_normalize_options
classes
UTF8NormalizeOptions