setUtf8Property

This function modifies or removes an arbitrary X11 window property of type UTF8_STRING. If the given @window is not a toplevel window, it is ignored.

void
setUtf8Property
(,
string name
,
string value
)

Parameters

name string

Property name, will be interned as an X atom

value string

Property value, or %NULL to delete

Meta