Class: GtkSource::Loader

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

Instance Method Summary collapse

Instance Method Details

#loadObject



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

def load
  self.version = "5"
  super("GtkSource")
end