Sha256: 3d6598e7f4045aa2de4c58a70109b34ab4b49602f9c3ef759445d31d626a5ac6
Contents?: true
Size: 1.14 KB
Versions: 7
Compression:
Stored size: 1.14 KB
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /* * 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. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301 USA */ #include "rb-gtk4-private.h" 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(); }
Version data entries
7 entries across 7 versions & 1 rubygems