Method

GdkX11X11Surfaceset_utf8_property

deprecated: 4.18 

Declaration [src]

void
gdk_x11_surface_set_utf8_property (
  GdkSurface* surface,
  const char* name,
  const char* value
)

Description [src]

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

Deprecated since: 4.18

Please do not use it in newly written code.

Parameters

name

Type: const char*

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 char*

Property value, or NULL to 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.