Function
GLibutf8_truncate_middle
since: 2.78
Declaration [src]
gchar*
g_utf8_truncate_middle (
const gchar* string,
gsize truncate_length
)
Description [src]
Cuts off the middle of the string, preserving half of truncate_length
characters at the beginning and half at the end.
If string
is already short enough, this returns a copy of string
.
If truncate_length
is 0
, an empty string is returned.
Available since: 2.78