FFI::Struct
(Not documented)
# File lib/csspool/lib_croco/glist.rb, line 10 def to_a list = [self] pointer = list.last[:next] until pointer.null? list << GList.new(pointer) pointer = list.last[:next] end list.map { |x| x[:data] } end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.