AboutDialog.setName

Warning gtk_about_dialog_set_name has been deprecated since version 2.12 and should not be used in newly-written code. Use gtk_about_dialog_set_program_name() instead. Sets the name to display in the about dialog. If this is not set, it defaults to g_get_application_name(). Since 2.6

class AboutDialog
override
void
setName
(
string name
)

Parameters

name string

the program name. [allow-none]

Meta