API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.50
gboolean g_log_writer_supports_color ( gint output_fd )
Check whether the given output_fd file descriptor supports ANSI color escape sequences. If so, they can safely be used when formatting log messages.
output_fd
Available since: 2.50
Type: gint
gint
Output file descriptor to check.
Type: gboolean
gboolean
TRUE if ANSI color escapes are supported, FALSE otherwise.
TRUE
FALSE