geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Public Attributes | |
gchar * | data |
gsize | size |
gsize | len |
gchar * | enc |
gboolean | bom |
gboolean | partial |
Definition at line 866 of file encodings.c.
gboolean BufferData::bom |
Definition at line 872 of file encodings.c.
Referenced by encodings_convert_to_utf8_auto(), handle_buffer(), handle_encoding(), and handle_forced_encoding().
gchar* BufferData::data |
Definition at line 868 of file encodings.c.
Referenced by encodings_convert_to_utf8_auto(), handle_bom(), handle_buffer(), handle_encoding(), and handle_forced_encoding().
gchar* BufferData::enc |
Definition at line 871 of file encodings.c.
Referenced by encodings_convert_to_utf8_auto(), handle_buffer(), handle_encoding(), and handle_forced_encoding().
gsize BufferData::len |
Definition at line 870 of file encodings.c.
Referenced by encodings_convert_to_utf8_auto(), handle_bom(), handle_buffer(), handle_encoding(), and handle_forced_encoding().
gboolean BufferData::partial |
Definition at line 873 of file encodings.c.
Referenced by encodings_convert_to_utf8_auto(), and handle_buffer().
gsize BufferData::size |
Definition at line 869 of file encodings.c.
Referenced by encodings_convert_to_utf8_auto(), handle_bom(), handle_buffer(), handle_encoding(), and handle_forced_encoding().