mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
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:
parent
f5cc2c0d20
commit
1995ad6d63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user