Method

AdwAboutWindowset_artists

Declaration [src]

void
adw_about_window_set_artists (
  AdwAboutWindow* self,
  const char** artists
)

Description [src]

Sets the list of artists of the application.

It will be displayed on the Credits page.

Each name may contain email addresses and URLs, see the introduction for more details.

See also:

Available since:1.2

Parameters

artists An array of char*
 

The list of artists.

 The argument can be NULL.
 The data is owned by the caller of the function.