getStringWithLength

Get a string from a GValue with a length.

string
getStringWithLength
(
const(GValue)* gval
,
int length
)

Parameters

gval const(GValue)*

Value

length int

Length of string (-1 to use strlen)

Return Value

Type: string

The D string