Method
GLibIOChannelget_line_term
Declaration [src]
const gchar*
g_io_channel_get_line_term (
GIOChannel* channel,
gint* length
)
Description [src]
This returns the string that GIOChannel
uses to determine
where in the file a line break occurs. A value of NULL
indicates autodetection. Since 2.84, the return value is always nul-terminated.