Function
EDataServerutil_strdup_strip
since: 3.6
Declaration [src]
gchar*
e_util_strdup_strip (
const gchar* string
)
Description [src]
Duplicates string and strips off any leading or trailing whitespace.
The resulting string is returned unless it is empty or NULL, in which
case the function returns NULL.
Free the returned string with g_free().
Available since: 3.6