trim_string
Description:
[
Version ( deprecated =
true , deprecated_since =
"1.38" ) ]
public string trim_string (
string str)
Warning: trim_string is deprecated since 1.38.
Trims leading and trailing whitespace from a string.
Parameters:
Returns:
A newly-allocated string that must be freed with g_free
|