x11_display_utf8_to_compound_text


Description:


public bool x11_display_utf8_to_compound_text (Display display, string str, out Atom encoding, int format, uchar[] ctext, int length)

Converts from UTF-8 to compound text.

Parameters:

this

a `GdkDisplay`

str

a UTF-8 string

encoding

location to store resulting encoding

format

location to store format of the result

ctext

location to store the data of the result

length

location to store the length of the data stored in ctext

Returns:

true if the conversion succeeded, otherwise false


Namespace: Gdk
Package: gdk-x11-2.0