textPropertyToUtf8ListForDisplay
fn
int textPropertyToUtf8ListForDisplay(gdk.display.Display display, gdk.atom.Atom encoding, int format, ubyte[] text, out string[] list)Converts a text property in the given encoding to a list of UTF-8 strings.
Parameters
display | a #GdkDisplay |
encoding | an atom representing the encoding of the text |
format | the format of the property |
text | the text to convert |
list | location to store the list of strings or null. The list should be freed with [glib.global.strfreev]. |
Returns
the number of strings in the resulting list