I use this function declaration :
Code: Select all
nl_msg_t * nl_msg_create_message(uint32_t source_id,
uint32_t msg_id,
void * data,
uint32_t data_size,
int free_data);
Calling the nl_msg_create() function and let the mouse cursor over the function only display this :
the other paramaters are not displayed in the hint window.int nl_msg_create_message(uint32_t source_id,
edit : using the ctrl+shift+space displays all parameters correctly.