Status XStringListToTextProperty(list, count, text_prop_return)
char **list;
int count;
XTextProperty *text_prop_return;
| list | Specifies a list of null-terminated character strings. |
| count | Specifies the number of strings. |
| text_prop_return | Returns the XTextProperty structure. |