From: Matthias Clasen Date: Tue, 20 Sep 2005 05:50:24 +0000 (+0000) Subject: Doc fixes X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3fef89349b0cd1f0b4b9e07794b913754ea56c11;p=dana%2Fcg-glib.git Doc fixes --- diff --git a/ChangeLog b/ChangeLog index 51b8221e..674d2206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Matthias Clasen + + * glib/gqueue.c (g_queue_insert_sorted): Correct the docs. + (#316703, Mark Drago) + Mon Sep 19 17:23:23 2005 Tim Janik * glib/gpattern.c: applied a patch from matthias which checks on the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 51b8221e..674d2206 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-09-20 Matthias Clasen + + * glib/gqueue.c (g_queue_insert_sorted): Correct the docs. + (#316703, Mark Drago) + Mon Sep 19 17:23:23 2005 Tim Janik * glib/gpattern.c: applied a patch from matthias which checks on the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 51b8221e..674d2206 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-09-20 Matthias Clasen + + * glib/gqueue.c (g_queue_insert_sorted): Correct the docs. + (#316703, Mark Drago) + Mon Sep 19 17:23:23 2005 Tim Janik * glib/gpattern.c: applied a patch from matthias which checks on the diff --git a/glib/gqueue.c b/glib/gqueue.c index 03519427..2b149cf6 100644 --- a/glib/gqueue.c +++ b/glib/gqueue.c @@ -975,7 +975,7 @@ g_queue_insert_after (GQueue *queue, * called with two elements of the @queue and @user_data. It should * return 0 if the elements are equal, a negative value if the first * element comes before the second, and a positive value if the second - * element comes after the first. + * element comes before the first. * @user_data: user data passed to @func. * * Inserts @data into @queue using @func to determine the new position.