Method
Gtk AboutDialogadd_credit_section
since: 3.4
Declaration [src]
void
gtk_about_dialog_add_credit_section(
GtkAboutDialog*about,
constgchar*section_name,
constgchar**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 beNULL-terminated.The data is owned by the caller of the method.Each element is a NUL terminated UTF-8 string.