StringArrayBuilder

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Members

Functions

append
bool append(string value)
appendString
bool appendString(string value)
appendStringLen
bool appendStringLen(string value, int length)
appendStrings
bool appendStrings(string[] values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.

self
StringArrayBuilder self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From BinaryArrayBuilder

getGType
GType getGType()
gType
GType gType [@property getter]
self
BinaryArrayBuilder self()

Returns this, for use in with statements.

append
bool append(ubyte[] value)
appendValue
bool appendValue(ubyte[] value)
appendValueBytes
bool appendValueBytes(glib.bytes.Bytes value)
appendValues
bool appendValues(glib.bytes.Bytes[] values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.