Function

Gdkget_program_class

Declaration [src]

const gchar*
gdk_get_program_class (
  void
)

Description [src]

Gets the program class. Unless the program class has explicitly been set with gdk_set_program_class() or with the --class commandline option, the default value is the program name (determined with g_get_prgname()) with the first character converted to uppercase.

Return value

Type: const gchar*

The program class.

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