⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xtextpropertytostringlist.html

📁 linux图形界面x liberary手册
💻 HTML
字号:
<HTML><HEAD><TITLE>Xlib Programming Manual: XTextPropertyToStringList</TITLE></HEAD><BODY><H1 ALIGN=center>XTextPropertyToStringList</H1><H2>Syntax</H2><!.IN "XTextPropertyToStringList" "" "@DEF@"><CODE><PRE><B><A HREF="../../introduction/errors.html#Status">Status</A></B> XTextPropertyToStringList(<B>text_prop</B>, <B>list_return</B>, \<B>count_return</B>)       <A HREF="converting-string-lists.html">XTextProperty</A> *<B>text_prop</B>;       char ***<B>list_return</B>;       int *<B>count_return</B>;</PRE></CODE><H2>Arguments</H2><TABLE><TR><TD> <B>text_prop</B><TD> Specifies the<B><A HREF="converting-string-lists.html">XTextProperty</A></B>structure to be used.<TR><TD> <B>list_return</B><TD> Returns a list of null-terminated character strings.<TR><TD> <B>count_return</B><TD> Returns the number of strings.</TABLE><H2>Description</H2>The <B>XTextPropertyToStringList()</B>function returns a list of strings representing the null-separated elements of the specified<B><A HREF="converting-string-lists.html">XTextProperty</A></B>structure.The data in text_prop must be of type STRING and format 8. Multiple elements of the property (for example, the strings in a disjoint text selection) are separated by NULL (encoding 0).The contents of the property are not null-terminated.If insufficient memory is available for the list and its elements, <B>XTextPropertyToStringList()</B>sets no return values and returns a zero status.Otherwise, it returns a nonzero status.To free the storage for the list and its contents, use <B><A HREF="XFreeStringList.html">XFreeStringList()</A></B>.<H2>See also</H2><B><A HREF="XAllocClassHint.html">XAllocClassHint()</A></B>,<B><A HREF="XAllocIconSize.html">XAllocIconSize()</A></B>,<B><A HREF="XAllocSizeHints.html">XAllocSizeHints()</A></B>,<B><A HREF="XAllocWMHints.html">XAllocWMHints()</A></B>,<B><A HREF="../../display/XFree.html">XFree()</A></B>,<B><A HREF="XFreeStringList.html">XFreeStringList()</A></B>,<B><A HREF="../client-to-session-manager/XSetCommand.html">XSetCommand()</A></B>,<B><A HREF="XSetTransientForHint.html">XSetTransientForHint()</A></B>,<B><A HREF="XSetTextProperty.html">XSetTextProperty()</A></B>,<B><A HREF="../client-to-session-manager/XSetWMClientMachine.html">XSetWMClientMachine()</A></B>,<B><A HREF="XSetWMColormapWindows.html">XSetWMColormapWindows()</A></B>,<B><A HREF="XSetWMIconName.html">XSetWMIconName()</A></B>,<B><A HREF="XSetWMName.html">XSetWMName()</A></B>,<B><A HREF="XSetWMProperties.html">XSetWMProperties()</A></B>,<B><A HREF="XSetWMProtocols.html">XSetWMProtocols()</A></B>,<B><A HREF="XStringListToTextProperty.html">XStringListToTextProperty()</A></B>,"<A HREF="converting-string-lists.html">Converting String Lists</A>".<HR><ADDRESS><A HREF="http://tronche.com/">Christophe Tronche</A>, <A HREF="mailto:ch.tronche@computer.org">ch.tronche@computer.org</A></ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -