X11.windowSetUtf8_Property

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.

class X11
static
void
windowSetUtf8_Property
(,
string name
,
string value
)

Parameters

window Window

a GdkWindow. [type GdkX11Window]

name string

Property name, will be interned as an X atom

value string

Property value, or NULL to delete. [allow-none] Since 3.4

Meta