columnviewcolumn: Improve docs

Mention what setting sorter to NULL means.
This commit is contained in:
Matthias Clasen 2020-11-30 23:40:03 -05:00
parent e18211deca
commit 837f398a9b

View File

@ -742,6 +742,9 @@ gtk_column_view_column_remove_from_sorter (GtkColumnViewColumn *self)
*
* Associates a sorter with the column.
*
* If @sorter is %NULL, the column will not let users change
* the sorting by clicking on its header.
*
* This sorter can be made active by clicking on the column
* header, or by calling gtk_column_view_sort_by_column().
*