automatic function definition change

Krzysztof kj at limes.com.pl
Tue Mar 6 20:10:47 GMT 2012


Let's have a function:
void *        ctvforeach(chandle v, int (*fp)(void*));

If I change the parameter list in header file as below:
void *        ctvforeach(chandle v, void *data, int (*fp)(void*));
and let kdevelop update definition signature in corresponding source 
file I'll get something like this:
void* ctvforeach(chandle v, void* data, function int* (void*), int* fp)

I don't think it makes sense, doesn't it?

-- 
Regards
Krzysztof J.






More information about the KDevelop mailing list