compress


Description:

[ 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.

Parameters:

source

a string to compress

Returns:

a newly-allocated copy of source with all escaped character compressed