So, I saw this:
error:(NSError **)error
in the apple doc\'s. Why two stars? What is the significance?
If it is anything like C then ** means a pointer to a pointer.
**