Method

GtkAboutDialogget_authors

since: 2.6

Declaration [src]

const gchar* const*
gtk_about_dialog_get_authors (
  GtkAboutDialog* about
)

Description [src]

Returns the string which are displayed in the authors tab of the secondary credits dialog.

Available since: 2.6

Return value

Type: An array of utf8

A NULL-terminated string array containing the authors. The array is owned by the about dialog and must not be modified.

The array is NULL-terminated.
The returned data is owned by the instance.
Each element is a NUL terminated UTF-8 string.