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.



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

def initialize(base_module)
  super
  @version = VERSION
end

Instance Method Details

#loadObject



55
56
57
# File 'lib/webkit-gtk2.rb', line 55

def load
  super(NAMESPACE)
end