Add a forgotten export
gtk_column_view_sort_by was missing a GDK_AVAILABLE_IN_ALL annotation, causing it to not be exported.
This commit is contained in:
@@ -77,6 +77,7 @@ void gtk_column_view_set_show_separators (GtkColumnView
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GtkSorter * gtk_column_view_get_sorter (GtkColumnView *self);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_column_view_sort_by_column (GtkColumnView *self,
|
||||
GtkColumnViewColumn *column,
|
||||
GtkSortType direction);
|
||||
|
||||
Reference in New Issue
Block a user