Method
GdkX11X11Windowset_utf8_property
since: 3.4
Declaration [src]
void
gdk_x11_window_set_utf8_property (
GdkWindow* window,
const gchar* name,
const gchar* value
)
Description [src]
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.
Available since: 3.4
Parameters
name-
Type:
const gchar*Property name, will be interned as an X atom.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value-
Type:
const gchar*Property value, or
NULLto delete.The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.