27 Apr
2009
27 Apr
'09
10:34 p.m.
On Apr 27, 2009, at 2:23 PM, Brian Marick wrote:
On Apr 26, 2009, at 12:09 PM, rebotfc wrote:
errorp = Pointer.new_with_type("@")
result = NSXMLDocument.alloc.initWithData(data, options:NSXMLDocumentValidate, error:errorp)
# access error errorp[0]
So the RubyCocoa style of having by-reference arguments returned as extra return values is not included in MacRuby?
Not yet. Laurent