Class: Clutter::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- Clutter::Loader
- Defined in:
- lib/clutter.rb
Defined Under Namespace
Classes: InitError
Instance Method Summary collapse
-
#initialize(base_module, init_arguments) ⇒ Loader
constructor
A new instance of Loader.
Constructor Details
#initialize(base_module, init_arguments) ⇒ Loader
Returns a new instance of Loader.
70 71 72 73 74 75 76 |
# File 'lib/clutter.rb', line 70 def initialize(base_module, init_arguments) super(base_module) @init_arguments = init_arguments @key_constants = {} @other_constant_infos = [] @event_infos = [] end |