Gtk.SourceNewlineType – gtksourceview-4 Reference Manual
SourceNewlineType
Description:
[
CCode
( cprefix =
"GTK_SOURCE_NEWLINE_TYPE_"
, type_id =
"gtk_source_newline_type_get_type ()"
) ]
[
GIR
( name =
"NewlineType"
) ]
[
Version
( since =
"3.14"
) ]
public
enum
SourceNewlineType
Namespace:
Gtk
Package:
gtksourceview-4
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.
2022 vala-language.org