Status XTextPropertyToStringList(text_prop, list_return, \
count_return)
XTextProperty *text_prop;
char ***list_return;
int *count_return;
text_prop | Specifies the XTextProperty structure to be used. |
list_return | Returns a list of null-terminated character strings. |
count_return | Returns the number of strings. |