From: Laurent S. <lsa...@ap...> - 2007-07-15 15:23:28
|
On Jul 15, 2007, at 5:19 PM, Satoshi Nakagawa wrote: > Hi Laurent. > >> objc_method :getInt, ['int'] >> >> The second argument of objc_method is supposed to be an Array. I will >> fix the method to accept a String. > > I think it might be difficult. > Because the second argument accepts a string in raw encodings like > 'i@:'. True, I also figured that. Let's keep the current behavior. Looks like I wrote too fast :-) Laurent |