Doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Sep 2005 05:50:24 +0000 (05:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Sep 2005 05:50:24 +0000 (05:50 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gqueue.c

index 51b8221..674d220 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gqueue.c (g_queue_insert_sorted): Correct the docs.
+       (#316703, Mark Drago)
+
 Mon Sep 19 17:23:23 2005  Tim Janik  <timj@imendio.com>
 
        * glib/gpattern.c: applied a patch from matthias which checks on the
index 51b8221..674d220 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gqueue.c (g_queue_insert_sorted): Correct the docs.
+       (#316703, Mark Drago)
+
 Mon Sep 19 17:23:23 2005  Tim Janik  <timj@imendio.com>
 
        * glib/gpattern.c: applied a patch from matthias which checks on the
index 51b8221..674d220 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gqueue.c (g_queue_insert_sorted): Correct the docs.
+       (#316703, Mark Drago)
+
 Mon Sep 19 17:23:23 2005  Tim Janik  <timj@imendio.com>
 
        * glib/gpattern.c: applied a patch from matthias which checks on the
index 0351942..2b149cf 100644 (file)
@@ -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.