In Files

Methods

Included Modules

Gio::SocketConnectable

Public Instance Methods

each(cancellable = nil) click to toggle source
# File lib/gio2.rb, line 144
def each(cancellable = nil)
  enumerator = enumerate
  while address = enumerator.next(cancellable)
    yield address
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.