diff options
author | Timm Bäder <mail@baedert.org> | 2013-09-16 20:08:35 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2013-09-19 22:05:08 +0200 |
commit | e6ac9b08621a75a5f16383ab3f6a3ff5c9e3da37 (patch) | |
tree | 4b37ecb441f500940e0b8cb84c982672ce039687 /gtk/gtklistbox.h | |
parent | a56afd2e6e1f07d6b33c5b16d222e14bccf506b6 (diff) | |
download | gtk+-e6ac9b08621a75a5f16383ab3f6a3ff5c9e3da37.tar.gz |
ListBox: Update docs of GtkListBoxUpdateHeaderFunc
before is always NULL for the first row.
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 |