Finish docs. (#67064)
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Mar 2002 22:56:49 +0000 (22:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Mar 2002 22:56:49 +0000 (22:56 +0000)
* glib/gmain.c (g_source_set_priority): Finish docs.
(#67064)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmain.c

index 40af2a7..0b84283 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index 40af2a7..0b84283 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gmain.c (g_source_set_priority): Finish docs.  
+       (#67064)
+
 Tue Mar  5 00:38:54 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gutils.c (g_get_any_init): Where we have
index ecc3bd9..663a901 100644 (file)
@@ -1114,7 +1114,8 @@ g_source_set_callback (GSource        *source,
  * @priority: the new priority.
  * 
  * Sets the priority of a source. While the main loop is being
- * run, a source will 
+ * run, a source will be dispatched if it is ready to be dispatched and no sources 
+ * at a higher (numerically smaller) priority are ready to be dispatched.
  **/
 void
 g_source_set_priority (GSource  *source,