Function

Gdkset_program_class

Declaration [src]

void
gdk_set_program_class (
  const gchar* 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.

The program class can still be overridden with the —class command line option.

Parameters

program_class

Type: const gchar*

A string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.