Efreet: Add comment for unchached desktop files

SVN revision: 57257
This commit is contained in:
Sebastian Dransfeld 2011-02-23 09:33:24 +00:00
parent eb8402931d
commit 377da1a3c4
1 changed files with 3 additions and 0 deletions

View File

@ -261,6 +261,9 @@ efreet_desktop_new(const char *file)
*
* By using efreet_desktop_uncached_new the Efreet_Desktop structure will be
* read from disk, and not from any cache.
*
* Data in the structure is allocated with strdup, so use free and strdup to
* change values.
*/
EAPI Efreet_Desktop *
efreet_desktop_uncached_new(const char *file)