Class: Gdk::Loader
- Inherits:
-
GObjectIntrospection::Loader
- Object
- GObjectIntrospection::Loader
- Gdk::Loader
- Defined in:
- lib/gdk3/loader.rb
Instance Method Summary collapse
Instance Method Details
#load ⇒ Object
19 20 21 22 |
# File 'lib/gdk3/loader.rb', line 19 def load self.version = "3.0" super("Gdk") end |