Page 1 of 1

Incorrect structure names in application.library autodoc

Posted: Mon Jul 25, 2011 8:21 am
by trixie
The autodoc for application.library, in the section regarding the SendApplicationMsg() function, mentions a pointer to struct AppLibMsg and struct AppLibOpenPrintDocMsg as arguments to the function. However, such structures do not exist. The correct names of the structures (see libraries/application.h) are ApplicationMsg and ApplicationOpenPrintDocMsg, respectively.

Re: Incorrect structure names in application.library autodoc

Posted: Mon Jul 25, 2011 12:33 pm
by Rigo
Fixed internally, thanks for the report.

Simon