diff options
author | Martin Pitt <martinpitt@gnome.org> | 2012-11-22 14:51:52 +0100 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2012-11-22 14:51:52 +0100 |
commit | 2927383b5f7f175211413bc1fba021c1b2c3ed96 (patch) | |
tree | 66bff528fb458fcbec988d5a9d4e5c1665ca131c /gtk/gtkaboutdialog.c | |
parent | 2d9454363f961a5d1942db6146917e385a5123ff (diff) | |
download | gtk+-2927383b5f7f175211413bc1fba021c1b2c3ed96.tar.gz |
aboutdialog: Fix add_credit_section() annotations
The people argument is an array.
https://mail.gnome.org/archives/python-hackers-list/2012-November/msg00010.html
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |