API 版本: 2.0
库版本: 2.83.2
由 gi-docgen 2024.1 生成
void g_io_channel_set_line_term ( GIOChannel* channel, const gchar* line_term, gint length )
此方法设置 GIOChannel 用于确定文件中换行符出现位置的字符串。
GIOChannel
line_term
类型: const gchar*
const gchar*
行终止字符串。使用 NULL 进行自动检测。自动检测在 “\n”, “\r\n”, “\r”, “\0”,和 Unicode 段落分隔符处断开。自动检测不应该用于除基于文件通道以外的任何东西。
NULL
length
类型: gint
gint
终止字符串的长度。如果传递 -1,则假定字符串是以 null 结尾的。此选项允许包含嵌入 null 的终止字符串。