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
![]() ![]() |
#include <encodingsprivate.h>
Public Attributes | |
GeanyEncodingIndex | idx |
gint | order |
GeanyEncodingGroup | group |
const gchar * | charset |
const gchar * | name |
Definition at line 42 of file encodingsprivate.h.
const gchar* GeanyEncoding::charset |
Definition at line 47 of file encodingsprivate.h.
Referenced by document_new_file(), document_save_file(), encodings_convert_to_utf8_with_suggestion(), encodings_get_charset(), encodings_get_charset_from_index(), encodings_normalize_charset(), encodings_to_string(), open_file_dialog_handle_response(), and save_dialog_prefs().
GeanyEncodingGroup GeanyEncoding::group |
Definition at line 46 of file encodingsprivate.h.
Referenced by encodings_init().
GeanyEncodingIndex GeanyEncoding::idx |
Definition at line 44 of file encodingsprivate.h.
Referenced by load_dialog_prefs().
const gchar* GeanyEncoding::name |
Definition at line 48 of file encodingsprivate.h.
Referenced by encodings_to_string(), and gen-api-gtkdoc.DoxyElement::to_gtkdoc().
gint GeanyEncoding::order |
Definition at line 45 of file encodingsprivate.h.