mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
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:
parent
2d9454363f
commit
2927383b5f
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user