class Gdk::X11Loader
Public Instance Methods
load()
click to toggle source
Calls superclass method
GObjectIntrospection::Loader::load
# File gdk3/lib/gdk3/x11-loader.rb, line 19 def load begin self.version = "3.0" super("GdkX11") rescue GObjectIntrospection::RepositoryError::TypelibNotFound # Ignore. Some environments such as Windows don't have it. end end