class Gtk::Loader

Public Class Methods

new(base_module, init_arguments) click to toggle source
Calls superclass method GObjectIntrospection::Loader.new
# File gtk3/lib/gtk3/loader.rb, line 19
def initialize(base_module, init_arguments)
  super(base_module)
  @init_arguments = init_arguments
end

Public Instance Methods

load() click to toggle source
Calls superclass method GObjectIntrospection::Loader.load
# File gtk3/lib/gtk3/loader.rb, line 24
def load
  self.version = "3.0"
  super("Gtk")
end