Sha256: 4fc2d37ccce11d7f1c5317ad398311ace08699b69fb494debdd5e016add8f4a6

Contents?: true

Size: 1018 Bytes

Versions: 25

Compression:

Stored size: 1018 Bytes

Contents

# Copyright (C) 2006-2022  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

require "gdk4"

require_relative "gtk4/loader"

module Gtk
  LOG_DOMAIN = "Gtk"
  GLib::Log.set_log_domain(LOG_DOMAIN)

  class Error < StandardError
  end

  class InitError < Error
  end

  loader = Loader.new(self)
  loader.load
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
gtk4-4.0.4 lib/gtk4.rb
gtk4-4.0.3 lib/gtk4.rb
gtk4-4.0.2 lib/gtk4.rb
gtk4-4.0.1 lib/gtk4.rb
gtk4-4.0.0 lib/gtk4.rb