Method

GtkAboutDialogset_program_name

since: 2.12

Declaration [src]

void
gtk_about_dialog_set_program_name (
  GtkAboutDialog* about,
  const gchar* name
)

Description [src]

Sets the name to display in the about dialog. If this is not set, it defaults to g_get_application_name().

Available since: 2.12

Parameters

name

Type: const gchar*

The program name.

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