textPropertyToUtf8_List

Warning gdk_text_property_to_utf8_list is deprecated and should not be used in newly-written code. Convert a text property in the giving encoding to a list of UTF-8 strings.

static
int
textPropertyToUtf8_List
(,
int format
,
char[] text
,
out string[] list
)

Parameters

encoding GdkAtom

an atom representing the encoding of the text

format int

the format of the property

text char[]

the text to convert

list string[]

location to store the list of strings or NULL. The list should be freed with g_strfreev().

Return Value

Type: int

the number of strings in the resulting list.

Meta