Method

GtkAboutDialogset_artists

since: 2.6

Declaration [src]

void
gtk_about_dialog_set_artists (
  GtkAboutDialog* about,
  const gchar** artists
)

Description [src]

Sets the strings which are displayed in the artists tab of the secondary credits dialog.

Available since: 2.6

Parameters

artists

Type: An array of gchar*

A NULL-terminated array of strings.

The array must be NULL-terminated.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.