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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

BufferData Struct Reference

Public Attributes

gchar * data
 
gsize size
 
gsize len
 
gchar * enc
 
gboolean bom
 
gboolean partial
 

Detailed Description

Definition at line 866 of file encodings.c.

Member Data Documentation

◆ bom

gboolean BufferData::bom

◆ data

gchar* BufferData::data

◆ enc

gchar* BufferData::enc

◆ len

gsize BufferData::len

◆ partial

gboolean BufferData::partial

Definition at line 873 of file encodings.c.

Referenced by encodings_convert_to_utf8_auto(), and handle_buffer().

◆ size

gsize BufferData::size

The documentation for this struct was generated from the following file: