forked from AuroraMiddleware/gtk
ListBox: Update docs of GtkListBoxUpdateHeaderFunc
before is always NULL for the first row.
This commit is contained in:
parent
a56afd2e6e
commit
e6ac9b0862
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user