Object
# File lib/gobject-introspection/repository.rb, line 21 def each(*namespaces) if namespaces.empty? namespaces = loaded_namespaces end namespaces.each do |namespace| get_n_infos(namespace).times do |i| yield(get_info(namespace, i)) end end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.