Finish docs. (#67064)

* glib/gmain.c (g_source_set_priority): Finish docs.
	(#67064)
This commit is contained in:
Matthias Clasen 2002-03-05 22:56:49 +00:00
parent f598c50cc6
commit 720e9f5e66
9 changed files with 42 additions and 1 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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,