xdo_get_window_property

Get property of window by name of atom.

@param window the window to query @param property the name of the atom @param nitems the number of items @param type the type of the return @param size the size of the type @return data consisting of 'nitems' items of size 'size' and type 'type' will need to be cast to the type before using.

extern (C) nothrow @nogc
int
xdo_get_window_property
(
const xdo_t* xdo
,
Window window
,
const char* property
,
ubyte** value
,
long* nitems
,
Atom* type
,
int* size
)

Meta