Function

GdkX11.X11Display.set_program_class

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.

Parameters

display GdkDisplay*
 

a GdkDisplay

 Ownership is not transferred to the callee
program_class const char*
 

a string

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string