automatic function definition change

Milian Wolff mail at milianw.de
Wed Mar 7 10:45:39 GMT 2012


On Tuesday 06 March 2012 21:10:47 Krzysztof wrote:
> 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?

no of course not. it's due to our broken support for function pointers.

bye
-- 
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20120307/93c0ed88/attachment.sig>


More information about the KDevelop mailing list