class Clutter::Loader

Constants

NAMESPACE

Public Class Methods

new(base_module, init_arguments) click to toggle source
Calls superclass method GObjectIntrospection::Loader::new
# File clutter/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

Public Instance Methods

load() click to toggle source
Calls superclass method GObjectIntrospection::Loader::load
# File clutter/lib/clutter.rb, line 81
def load
  super(NAMESPACE)
end