Fix documentation for efreet_desktop_environment_get().

This commit is contained in:
Guillaume Friloux 2014-01-01 21:28:37 +01:00
parent 42c32b48a6
commit defc1d1b1a
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ EAPI void efreet_desktop_environment_set(const char *environment);
/**
* @return environment the environment name
* @brief sets the global desktop environment name
* @brief gets the global desktop environment name
* (e.g. "Enlightenment" or "Gnome")
*/
EAPI const char *efreet_desktop_environment_get(void);