X11.displayUtf8_ToCompoundText

Converts from UTF-8 to compound text. Since 2.24

class X11
static
int
displayUtf8_ToCompoundText
(,
string str
,,
out int format
,
out char[] ctext
)

Parameters

display Display

a GdkDisplay. [type GdkX11Display]

str string

a UTF-8 string

encoding GdkAtom

location to store resulting encoding. out

format int

location to store format of the result. out

ctext char[]

location to store the data of the result. out[array length=length]

Return Value

Type: int

TRUE if the conversion succeeded, otherwise FALSE

Meta