AboutDialog.getName

Warning gtk_about_dialog_get_name has been deprecated since version 2.12 and should not be used in newly-written code. Use gtk_about_dialog_get_program_name() instead. Returns the program name displayed in the about dialog. Since 2.6

class AboutDialog
override
string
getName
()

Return Value

Type: string

The program name. The string is owned by the about dialog and must not be modified.

Meta