Merge branch 'missing-exports' into 'master'

Add missing exports for GtkColumnView methods.

See merge request GNOME/gtk!2252
This commit is contained in:
Matthias Clasen 2020-07-16 18:52:22 +00:00
commit dfe470475b
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ void gtk_column_view_set_reorderable (GtkColumnView
GDK_AVAILABLE_IN_ALL
gboolean gtk_column_view_get_reorderable (GtkColumnView *self);
GDK_AVAILABLE_IN_ALL
void gtk_column_view_set_enable_rubberband (GtkColumnView *self,
gboolean enable_rubberband);
GDK_AVAILABLE_IN_ALL

View File

@ -85,6 +85,7 @@ void gtk_column_view_column_set_header_menu (GtkColu
GDK_AVAILABLE_IN_ALL
GMenuModel * gtk_column_view_column_get_header_menu (GtkColumnViewColumn *self);
GDK_AVAILABLE_IN_ALL
void gtk_column_view_column_set_fixed_width (GtkColumnViewColumn *self,
int fixed_width);
GDK_AVAILABLE_IN_ALL