GNOME Bugzilla – Bug 685037
g_strcmp0: Returns shall include values less and greater than zero
Last modified: 2012-09-30 17:45:38 UTC
g_strcmp0 Reference Manual states the following: Returns : -1, 0 or 1, if str1 is <, == or > than str2. ---- But g_strcmp0 can fall back to strcmp() which returns an integer less, equal to, or greater than zero. Documentation shall be altered to specify all the Return cases.