Method

GtkAboutDialogget_authors

Declaration [src]

const char* const*
gtk_about_dialog_get_authors (
  GtkAboutDialog* about
)

Description [src]

Returns the names of the authors which are displayed in the credits page.

Return value

Type: An array of utf8

A NULL-terminated string array containing the authors.

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