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)  

FileEncoding Struct Reference

#include <documentprivate.h>

Public Attributes

gchar * encoding
 
gboolean has_bom
 

Detailed Description

Definition at line 57 of file documentprivate.h.

Member Data Documentation

◆ encoding

gchar* FileEncoding::encoding

Definition at line 59 of file documentprivate.h.

Referenced by remove_page(), store_saved_encoding(), and update_changed_state().

◆ has_bom

gboolean FileEncoding::has_bom

Definition at line 60 of file documentprivate.h.

Referenced by store_saved_encoding(), and update_changed_state().


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