mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 11:25:48 +01:00
Finish docs. (#67064)
* glib/gmain.c (g_source_set_priority): Finish docs. (#67064)
This commit is contained in:
parent
f598c50cc6
commit
720e9f5e66
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user