mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +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
|
GDK_AVAILABLE_IN_ALL
|
||||||
GtkSorter * gtk_column_view_get_sorter (GtkColumnView *self);
|
GtkSorter * gtk_column_view_get_sorter (GtkColumnView *self);
|
||||||
|
|
||||||
|
GDK_AVAILABLE_IN_ALL
|
||||||
void gtk_column_view_sort_by_column (GtkColumnView *self,
|
void gtk_column_view_sort_by_column (GtkColumnView *self,
|
||||||
GtkColumnViewColumn *column,
|
GtkColumnViewColumn *column,
|
||||||
GtkSortType direction);
|
GtkSortType direction);
|
||||||
|
Loading…
Reference in New Issue
Block a user