Packages
gtksourceview-5
GtkSource
NewlineType
CR
CR_LF
LF
NewlineType
Description:
[
CCode
( cprefix =
"GTK_SOURCE_NEWLINE_TYPE_"
, type_id =
"gtk_source_newline_type_get_type ()"
) ]
public
enum
NewlineType
Namespace:
GtkSource
Package:
gtksourceview-5
Content:
Enum values:
CR
-
carriage return, used on Mac.
CR_LF
-
carriage return followed by a line feed, used on Windows.
LF
-
line feed, used on UNIX.