From b738d4a6ac88b1068c8a41d969981f8b5f00455e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Oct 2022 09:40:39 -0400 Subject: [PATCH] columnviewcolumn: Cosmetics --- gtk/gtkcolumnviewcolumn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolumnviewcolumn.h b/gtk/gtkcolumnviewcolumn.h index b83ef4b307..1d075c634d 100644 --- a/gtk/gtkcolumnviewcolumn.h +++ b/gtk/gtkcolumnviewcolumn.h @@ -95,7 +95,7 @@ GDK_AVAILABLE_IN_ALL void gtk_column_view_column_set_expand (GtkColumnViewColumn *self, gboolean expand); GDK_AVAILABLE_IN_ALL -gboolean gtk_column_view_column_get_expand (GtkColumnViewColumn *self); +gboolean gtk_column_view_column_get_expand (GtkColumnViewColumn *self); G_END_DECLS -- 2.30.2