Handbook
Glossary
XIChangeProperty ( display deviceid property type format mode data num_items -- )
Vocabulary
x11
.
xinput2
.
ffi
Inputs
display
an
object
deviceid
an
object
property
an
object
type
an
object
format
an
object
mode
an
object
data
an
object
num_items
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
x11.xlib
;
IN:
x11.xinput2.ffi
:
XIChangeProperty
( display deviceid property type format mode data num_items -- )
\
void
"xinput2"
"XIChangeProperty"
{
pointer:
Display
int
Atom
Atom
int
int
pointer:
uchar
int
}
f
alien-invoke
awaken-event-loop
;