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 <documentprivate.h>
Public Attributes | |
gchar * | encoding |
gboolean | has_bom |
Definition at line 57 of file documentprivate.h.
gchar* FileEncoding::encoding |
Definition at line 59 of file documentprivate.h.
Referenced by remove_page(), store_saved_encoding(), and update_changed_state().
gboolean FileEncoding::has_bom |
Definition at line 60 of file documentprivate.h.
Referenced by store_saved_encoding(), and update_changed_state().