From 2927383b5f7f175211413bc1fba021c1b2c3ed96 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 22 Nov 2012 14:51:52 +0100 Subject: [PATCH] aboutdialog: Fix add_credit_section() annotations The people argument is an array. https://mail.gnome.org/archives/python-hackers-list/2012-November/msg00010.html --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index db00487a8e..287ec9a211 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -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. *