Method

Gtk.AboutDialog.set_program_name

Declaration [src]

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

Description [src]

Sets the name to display in the about dialog.

If name is not set, it defaults to g_get_application_name().

Parameters

name const char*
 

the program name

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