Gtk.AboutDialog.prototype.get_authors
function get_authors():[String] {
// Gjs wrapper for gtk_about_dialog_get_authors()
}Returns the string which are displayed in the authors tab of the secondary credits dialog.
Since 2.6
- Returns
A null-terminated string array containing the authors. The array is owned by the about dialog and must not be modified.