improve docs about eina_log_domain_level_check().

SVN revision: 74744
This commit is contained in:
Gustavo Sverzut Barbieri 2012-08-01 15:46:55 +00:00
parent b2a17e8434
commit bb8b7938f0
1 changed files with 2 additions and 2 deletions

View File

@ -683,8 +683,8 @@ EAPI int eina_log_domain_level_get(const char *domain_name) EINA_
* eina_log_domain_level_get(), but relies on domain being
* present.
*
* @return level to use to limit eina_log_print() for given domain. On
* error EINA_LOG_LEVEL_UNKNOWN is returned.
* @return #EINA_TRUE if level should be printed, #EINA_FALSE if not.
* (domain's level is greater or equal @a level).
*/
EAPI int eina_log_domain_registered_level_get(int domain) EINA_WARN_UNUSED_RESULT;