Font.wcstombs

Warning gdk_wcstombs is deprecated and should not be used in newly-written code. Converts a wide character string to a multi-byte string. (The function name comes from an acronym of 'Wide Character String TO Multi-Byte String').

class Font
static
string
wcstombs

Parameters

src GdkWChar*

a wide character string.

Return Value

Type: string

the multi-byte string corresponding to src, or NULL if the conversion failed. The returned string should be freed with g_free() when no longer needed.

Meta