1 XILISTPROPERTIES(libmansuffix)
2 =============================
7 XIListProperties - List a device's properties.
12 #include <X11/extensions/XInput2.h>
14 Atom* XListProperties( Display *display,
19 Specifies the connection to the X server.
22 The device to list the properties for.
25 Specifies the number of Atoms returned.
31 The XIListProperties function returns a list of the
32 properties associated with the input device specified with
33 deviceid. Each device may have an arbitrary number of properties
34 attached, some of which were created by the driver and/or
35 server, others created by clients at runtime.
37 The client is expected to free the list of properties using
40 XIListProperties can generate a BadDevice error.
46 An invalid device was specified. The device does not
52 XIChangeProperty(libmansuffix),
53 XIGetProperty(libmansuffix),
54 XIDeleteProperty(libmansuffix)