Function

GtkSourceEncodingget_all

Declaration [src]

GSList*
gtk_source_encoding_get_all (
  void
)

Description [src]

Gets all encodings.

Return value

Type: A list of GtkSourceEncoding*

A list of all GtkSourceEncodings. Free with g_slist_free().

The caller of the function takes ownership of the data container, but not the data inside it.