diff options
Diffstat (limited to 'gtk/gtklistbox.h')
-rw-r--r-- | gtk/gtklistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index 8d425ff244..1ca5ece7d0 100644 --- a/gtk/gtklistbox.h +++ b/gtk/gtklistbox.h @@ -130,7 +130,7 @@ typedef gint (*GtkListBoxSortFunc) (GtkListBoxRow *row1, /** * GtkListBoxUpdateHeaderFunc: * @row: the row to update - * @before: the row before @row, or %NULL if it is first + * @before: (allow-none): the row before @row, or %NULL if it is first * @user_data: (closure): user data * * Whenever @row changes or which row is before @row changes this |