GdkX11.x11_free_text_list
function x11_free_text_list(list: String): void {
// Gjs wrapper for gdk_x11_free_text_list()
}
Frees the array of strings created by GdkX11.X11Display.prototype.text_property_to_text_list.
Since 2.24
- list
the value stored in the list parameter by a call to GdkX11.X11Display.prototype.text_property_to_text_list.