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').
a wide character 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.
See Implementation
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').