Geany  dev
Data Fields
GeanyEncoding Struct Reference

Structure to represent an encoding to be used in Geany. More...

Data Fields

const gchar * charset
 String representation of the encoding, e.g. More...
 
GeanyEncodingGroup group
 Internally used member for grouping.
 
gint idx
 The index of the encoding, must be one of GeanyEncodingIndex. More...
 
const gchar * name
 Translatable and descriptive name of the encoding, e.g. More...
 
gint order
 Internally used member for grouping.
 

Detailed Description

Structure to represent an encoding to be used in Geany.

Field Documentation

const gchar* GeanyEncoding::charset

String representation of the encoding, e.g.

"ISO-8859-3"

gint GeanyEncoding::idx

The index of the encoding, must be one of GeanyEncodingIndex.

const gchar* GeanyEncoding::name

Translatable and descriptive name of the encoding, e.g.

"South European"