| Top |  |  |  |  | 
const gchar * gfls_utf8_find_very_long_line (const gchar *str,guint max_n_bytes_per_line);
Finds if a line in str
 exceeds max_n_bytes_per_line
.
For performance reasons, str
 is not checked whether it is a valid UTF-8
string. So you must call for example g_utf8_validate() beforehand.
| str | a UTF-8 nul-terminated string. | |
| max_n_bytes_per_line | the maximum number of bytes per line, without counting the newline character(s). | 
Since: 0.3