Improve docs

svn path=/trunk/; revision=7805
This commit is contained in:
Matthias Clasen
2009-01-13 02:24:46 +00:00
parent ed2e6c0814
commit cc1dc5ce20
2 changed files with 7 additions and 1 deletions

View File

@@ -1397,7 +1397,8 @@ g_assertion_message_error (const char *domain,
* @str1: a C string or %NULL
* @str2: another C string or %NULL
*
* Compares @str1 and @str2 like strcmp(). Handles %NULL strings gracefully.
* Compares @str1 and @str2 like strcmp(). Handles %NULL
* gracefully by sorting it before non-%NULL strings.
*
* Returns: -1, 0 or 1, if @str1 is <, == or > than @str2.
*