Class: Gdk::Loader

Inherits:
GObjectIntrospection::Loader
  • Object
show all
Defined in:
lib/gdk3/loader.rb

Instance Method Summary collapse

Instance Method Details

#loadObject



19
20
21
22
# File 'lib/gdk3/loader.rb', line 19

def load
  self.version = "3.0"
  super("Gdk")
end