Used by language bindings.
Gets the character set of the #GtkSourceEncoding, such as "UTF-8" or "ISO-8859-1".
Gets the name of the #GtkSourceEncoding such as "Unicode" or "Western".
Gets all encodings.
Gets the #GtkSourceEncoding for the current locale.
Gets the list of default candidate encodings to try when loading a file.
Gets a #GtkSourceEncoding from a character set such as "UTF-8" or "ISO-8859-1".
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Character encoding.
The #GtkSourceEncoding boxed type represents a character encoding. It is used for example by #GtkSourceFile. Note that the text in GTK widgets is always encoded in UTF-8.