man-pages/man3/XIListProperties.3.html
2021-03-31 01:06:50 +01:00

103 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of XILISTPROPERTIES</TITLE>
</HEAD><BODY>
<H1>XILISTPROPERTIES</H1>
Section: &nbsp; (3)<BR>Updated: 06/19/2019<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
XIListProperties - List a device's properties.
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<P>
<PRE>
#include &lt;<A HREF="file:///usr/include/X11/extensions/XInput2.h">X11/extensions/XInput2.h</A>&gt;
</PRE>
<P>
<PRE>
Atom* XListProperties( Display *display,
int deviceid,
int *nprops_return);
</PRE>
<P>
<PRE>
display
Specifies the connection to the X server.
</PRE>
<P>
<PRE>
deviceid
The device to list the properties for.
</PRE>
<P>
<PRE>
nprops_return
Specifies the number of Atoms returned.
</PRE>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
The XIListProperties function returns a list of the properties associated with the input device specified with deviceid. Each device may have an arbitrary number of properties attached, some of which were created by the driver and/or server, others created by clients at runtime.
<P>
The client is expected to free the list of properties using XFree.
<P>
XIListProperties can generate a BadDevice error.
<A NAME="lbAE">&nbsp;</A>
<H2>DIAGNOSTICS</H2>
<P>
BadDevice An invalid device was specified. The device does not exist.
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>
<P>
<A HREF="/cgi-bin/man/man2html?3+XIChangeProperty">XIChangeProperty</A>(3), <A HREF="/cgi-bin/man/man2html?3+XIGetProperty">XIGetProperty</A>(3), <A HREF="/cgi-bin/man/man2html?3+XIDeleteProperty">XIDeleteProperty</A>(3)
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAE">DIAGNOSTICS</A><DD>
<DT id="5"><A HREF="#lbAF">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:01 GMT, March 31, 2021
</BODY>
</HTML>