ListBox: Update docs of GtkListBoxUpdateHeaderFunc

before is always NULL for the first row.
This commit is contained in:
Timm Bäder 2013-09-16 20:08:35 +02:00 committed by Alexander Larsson
parent a56afd2e6e
commit e6ac9b0862

View File

@ -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