Method

AdwAboutWindowset_documenters

since: 1.2

Declaration [src]

void
adw_about_window_set_documenters (
  AdwAboutWindow* self,
  const char** documenters
)

Description [src]

Sets the list of documenters 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

documenters

Type: An array of char*

The list of documenters.

The argument can be NULL.
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.