Parent

Methods

Class/Module Index [+]

Quicksearch

GLib::Enum

Public Class Methods

_load(obj) click to toggle source
# File glib2/lib/glib2.rb, line 123
def self._load(obj)
  new(Marshal.load(obj))
end

Public Instance Methods

_dump(limit) click to toggle source
# File glib2/lib/glib2.rb, line 119
def _dump(limit)
  Marshal.dump(to_i, limit)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.