aboutdialog: Fix add_credit_section() annotations

The people argument is an array.

https://mail.gnome.org/archives/python-hackers-list/2012-November/msg00010.html
This commit is contained in:
Martin Pitt 2012-11-22 14:51:52 +01:00
parent 2d9454363f
commit 2927383b5f

View File

@ -2664,7 +2664,7 @@ gtk_about_dialog_get_license_type (GtkAboutDialog *about)
* gtk_about_dialog_add_credit_section:
* @about: A #GtkAboutDialog
* @section_name: The name of the section
* @people: The people who belong to that section
* @people: (array zero-terminated=1): The people who belong to that section
*
* Creates a new section in the Credits page.
*