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