Class: Clutter::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- Clutter::Loader
- Defined in:
- lib/clutter.rb
Constant Summary collapse
- NAMESPACE =
"Clutter"
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.
73 74 75 76 77 78 79 |
# File 'lib/clutter.rb', line 73 def initialize(base_module, init_arguments) super(base_module) @init_arguments = init_arguments @key_constants = {} @other_constant_infos = [] @event_infos = [] end |
Instance Method Details
#load ⇒ Object
81 82 83 |
# File 'lib/clutter.rb', line 81 def load super(NAMESPACE) end |