thanks vtorri :-)

SVN revision: 74750
This commit is contained in:
Gustavo Sverzut Barbieri 2012-08-01 17:15:10 +00:00
parent fa926ea803
commit 2e523df978
3 changed files with 7 additions and 0 deletions

View File

@ -320,3 +320,7 @@
* Modify eina_prefix to deal with debian's fun new
multiarch... if you are a shared library.
2012-08-01 Gustavo Sverzut Barbieri (k-s)
* added eina_log_console_color_set() for cross platform console
color set.

View File

@ -17,6 +17,7 @@ Fixes:
* Fix issue in the XML parser when a tag was in a comment or a CDATA.
* Implement eina_file_map_lines() on Windows.
* Handle NULL in all eina_*_free function.
* eina_log_console_color_set()
Removal:
* configure options: --disable-posix-threads, --disable-win32-threads,

View File

@ -900,6 +900,8 @@ EAPI void eina_log_print_cb_file(const Eina_Log_Domain *d,
* @note if color is disabled, nothing is done. See
* eina_log_color_disable_get()
* @note on windows, both @a fp and @a color is converted automatically.
*
* @since 1.7
*/
EAPI void eina_log_console_color_set(FILE *fp,
const char *color) EINA_ARG_NONNULL(1, 2);