ext/gtk4/rb-gtk4.c in gtk4-4.2.0 vs ext/gtk4/rb-gtk4.c in gtk4-4.2.1
- old
+ new
@@ -1,8 +1,8 @@
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
- * Copyright (C) 2022 Ruby-GNOME Project Team
+ * Copyright (C) 2022-2023 Ruby-GNOME Project Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
@@ -22,9 +22,13 @@
void
Init_gtk4(void)
{
rb_gtk4_cell_layout_init();
+ rb_gtk4_image_init();
+ rb_gtk4_column_view_init();
+ rb_gtk4_picture_init();
+ rb_gtk4_single_selection_init();
rb_gtk4_tree_view_init();
rb_gtk4_widget_init();
rb_gtk4_window_init();
}