docs: Fix a parameter name mismatch

This commit is contained in:
Matthias Clasen 2020-06-04 09:51:07 -04:00
parent f9287941b4
commit 627497f942

View File

@ -1136,7 +1136,7 @@ gtk_column_view_get_columns (GtkColumnView *self)
/**
* gtk_column_view_set_show_row_separators:
* @self: a #GtkColumnView
* @show_separators: %TRUE to show row separators
* @show_row_separators: %TRUE to show row separators
*
* Sets whether the list should show separators
* between rows.