Function
GtkSourceEncodingget_from_charset
Declaration [src]
const GtkSourceEncoding*
gtk_source_encoding_get_from_charset (
const gchar* charset
)
Parameters
charset |
const gchar* |
A character set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GtkSourceEncoding |
The corresponding |
|
The data is owned by the called function. | |
The return value can be NULL . |