[ CCode ( cname = "g_strcompress" ) ]
public string compress ()
Makes a copy of a string replacing C string-style escape sequences with their one byte equivalent:
[func@GLib.strescape] does the reverse conversion.
| source |
a string to compress |
|
a newly-allocated copy of |