ugfx_release_2.6
Joel Bodenmann 2014-02-09 20:24:24 +01:00
parent f68f4fcd21
commit 3ad23244f1
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ typedef struct gdispImage {
extern "C" {
#endif
/**
/*
* Deprecated Functions.
*/
gdispImageError DEPRECATED("Use gdispImageOpenGFile() instead") gdispImageOpen(gdispImage *img);
@ -136,7 +136,7 @@ extern "C" {
* @return GDISP_IMAGE_ERR_OK (0) on success or an error code.
*
* @param[in] img The image structure
* @param[in] f The open GFILE stream.
* @param[in] filename The open GFILE stream.
*
* @pre The GFILE must be open for reading.
*