Function
GdkX11X11Displayset_program_class
deprecated: 4.18
Declaration [src]
void
gdk_x11_display_set_program_class (
GdkDisplay* display,
const char* program_class
)
Description [src]
Sets the program class.
The X11 backend uses the program class to set the class name part
of the WM_CLASS property on toplevel windows; see the ICCCM.
Deprecated since: 4.18
Please do not use it in newly written code.
Parameters
display-
Type:
GdkDisplayA
GdkDisplay.The data is owned by the caller of the function. program_class-
Type:
const char*A string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.