Documentation fixups

This commit is contained in:
Matthias Clasen
2011-05-29 00:05:07 -04:00
parent 85ab379ac6
commit 807d41b89b
9 changed files with 41 additions and 31 deletions

View File

@@ -1316,8 +1316,8 @@ g_date_time_add_full (GDateTime *datetime,
* @dt1: first #GDateTime to compare
* @dt2: second #GDateTime to compare
*
* #GCompareFunc-compatible comparison for #GDateTime<!-- -->'s. Both
* #GDateTime<-- -->'s must be non-%NULL.
* #GCompareFunc-compatible comparison for #GDateTimes.
* Both #GDateTimes must be non-%NULL.
*
* Return value: -1, 0 or 1 if @dt1 is less than, equal to or greater
* than @dt2.