Method

GtkSourceEncodingto_string

Declaration

gchar*
gtk_source_encoding_to_string (
  const GtkSourceEncoding* enc
)

Description

No description available.

Return value

Returns: utf8
 

A string representation. Free with g_free() when no longer needed.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.