Function

GdkX11x11_free_text_list

deprecated: 4.18 

Declaration [src]

void
gdk_x11_free_text_list (
  char** list
)

Description [src]

Frees the array of strings created by gdk_x11_display_text_property_to_text_list().

Deprecated since: 4.18

Please do not use it in newly written code.

Parameters

list

Type: char**

The value stored in the list parameter by a call to gdk_x11_display_text_property_to_text_list().

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.