Method
VipsSbufget_line_copy
Declaration [src]
char*
vips_sbuf_get_line_copy (
VipsSbuf* sbuf
)
Description [src]
Fetch the next line of text from sbuf
and return it. The end of
line character (or characters, for DOS files) are removed, and the string
is terminated with a null (\0
character).
The return result must be freed with g_free()
.
This is slower than vips_sbuf_get_line()
, but can work with lines of
any length.