efreet Efreet_Mime.h: Fixed documentation.

SVN revision: 76924
This commit is contained in:
Daniel Juyung Seo 2012-09-21 00:03:23 +00:00
parent c01f421317
commit 1bc1eaaba3
1 changed files with 4 additions and 2 deletions

View File

@ -50,8 +50,10 @@ extern "C" {
EAPI int efreet_mime_init(void);
/**
* @return No value.
* @brief Cleans up the efreet mime settings system
* @return The number of times the init function has been called minus the
* corresponding init call.
* @brief Shuts down Efreet mime settings system if a balanced number of
* init/shutdown calls have been made
*/
EAPI int efreet_mime_shutdown(void);