Function
EDataServerSoupSessionutil_status_to_string
since: 3.26
Declaration [src]
const gchar*
e_soup_session_util_status_to_string (
guint status_code,
const gchar* reason_phrase
)
Description [src]
Returns the reason_phrase, if it’s non-NULL and non-empty, a static string
corresponding to status_code. In case neither that can be found a localized
“Unknown error” message is returned.
Available since: 3.26