C
Christophe Mckeon
hi,
how are C pointers handled on the rubycocoa side?
for example a method like the following:
- (BOOL)validateValue
id *)ioValue
forKey
NSString *)key
error
NSError **)outError
is there a standard way of handling it? is this
kind of thing documented anywhere?
thanks for any tips,
_c
how are C pointers handled on the rubycocoa side?
for example a method like the following:
- (BOOL)validateValue
forKey
error
is there a standard way of handling it? is this
kind of thing documented anywhere?
thanks for any tips,
_c