Class: ClutterGtk::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- ClutterGtk::Loader
- Defined in:
- lib/clutter-gtk.rb
Constant Summary collapse
- NAMESPACE =
"GtkClutter"
Instance Method Summary collapse
-
#initialize(base_module, init_arguments) ⇒ Loader
constructor
A new instance of Loader.
- #load ⇒ Object
Constructor Details
#initialize(base_module, init_arguments) ⇒ Loader
Returns a new instance of Loader.
53 54 55 56 |
# File 'lib/clutter-gtk.rb', line 53 def initialize(base_module, init_arguments) super(base_module) @init_arguments = init_arguments end |
Instance Method Details
#load ⇒ Object
58 59 60 |
# File 'lib/clutter-gtk.rb', line 58 def load super(NAMESPACE) end |