Method
GtkAboutDialogadd_credit_section
since: 3.4
Declaration [src]
void
gtk_about_dialog_add_credit_section (
GtkAboutDialog* about,
const gchar* section_name,
const gchar** people
)
Parameters
section_name
-
Type:
const gchar*
The name of the section.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. people
-
Type: An array of
gchar*
The people who belong to that section.
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.