Method
AdwAboutDialogadd_credit_section
Declaration [src]
void
adw_about_dialog_add_credit_section (
AdwAboutDialog* self,
const char* name,
const char** people
)
Description [src]
Adds an extra section to the Credits page.
Extra sections are displayed below the standard categories.
Each name may contain email addresses and URLs, see the introduction for more details.
See also:
Available since: | 1.5 |
Parameters
name |
const char* |
The section name. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
people |
An array of char* |
The list of names. |
|
The array must be NULL -terminated. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. |