mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
Finish docs. (#67064)
* glib/gmain.c (g_source_set_priority): Finish docs. (#67064)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user