Method
GtkAboutDialogadd_credit_section
Declaration [src]
void
gtk_about_dialog_add_credit_section (
  GtkAboutDialog* about,
  const char* section_name,
  const char** people
)
Parameters
| section_name | const char* | 
| The name of the section. | |
| 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 people who belong to that section. | |
| 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. |