From d93f30617bbf02fdd92750f31150404fba5440fb Mon Sep 17 00:00:00 2001 From: barbieri Date: Wed, 1 Aug 2012 15:46:55 +0000 Subject: [PATCH] improve docs about eina_log_domain_level_check(). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@74744 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/eina_log.h b/src/include/eina_log.h index d8843d0..6a18794 100644 --- a/src/include/eina_log.h +++ b/src/include/eina_log.h @@ -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; -- 2.7.4