Hey all, I know I'm having really tough questions lately, which nobody wants to or can answer to. But here I am again.
I'm having an ?global function? but I wanna make an call to an normal void function.
In here I wanna call.. lets say:
But it tells me self is undeclared.. Which I do understand, but I dont understand how to do it instead..
I'm having an ?global function? but I wanna make an call to an normal void function.
Code:
void MyCallBack (CFNotificationCenterRef center,
void *observer,
CFStringRef name,
const void *object,
CFDictionaryRef userInfo) {
}
In here I wanna call.. lets say:
Code:
[self myCallBack: name theObject:object theUserinfo:userInfo];