Function

GdkX11x11_free_text_list

since: 2.24

Declaration [src]

void
gdk_x11_free_text_list (
  gchar** list
)

Description [src]

Frees the array of strings created by gdk_x11_display_text_property_to_text_list().

Available since: 2.24

Parameters

list

Type: gchar**

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.