Class: WebKitGtk2::Loader

Inherits:
GObjectIntrospection::Loader
  • Object
show all
Defined in:
lib/webkit-gtk2.rb

Constant Summary collapse

NAMESPACE =
"WebKit"
VERSION =
"1.0"

Instance Method Summary collapse

Constructor Details

#initialize(base_module) ⇒ Loader

Returns a new instance of Loader.



45
46
47
48
# File 'lib/webkit-gtk2.rb', line 45

def initialize(base_module)
  super
  @version = VERSION
end

Instance Method Details

#loadObject



50
51
52
# File 'lib/webkit-gtk2.rb', line 50

def load
  super(NAMESPACE)
end