On Thu, 12 Apr 2012 15:56:58 +0900 Jérôme Pinot <[email protected]> said:
fxed :) > Please, Raster: > > Index: eet/src/lib/Eet.h > =================================================================== > --- eet/src/lib/Eet.h (revision 70117) > +++ eet/src/lib/Eet.h (revision 70118) > @@ -585,12 +585,16 @@ > * > * This function will flush any pending writes to disk if the eet file > * was opened for write, and free all data associated with the file handle > - * and file, and close the file. > + * and file, and close the file. If it was opened for read (or read/write), > + * the file handle may still be held open internally for caching purposes. > + * To flush speuclatively held eet file handles use eet_clearcache(). > > -> speculatively > > * > * If the eet file handle is not valid nothing will be done. > * > * @since 1.0.0 > * @ingroup Eet_File_Group > + * > + * @see eet_clearcache() > */ > EAPI Eet_Error > eet_close(Eet_File *ef); > > -- > Jérôme Pinot > http://ngc891.blogdns.net/ -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
