mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
Exterminate 'the the'
This commit is contained in:
14
glib/gmain.c
14
glib/gmain.c
@@ -3315,20 +3315,20 @@ g_main_context_pending (GMainContext *context)
|
||||
* g_main_context_iteration:
|
||||
* @context: (allow-none): a #GMainContext (if %NULL, the default context will be used)
|
||||
* @may_block: whether the call may block.
|
||||
*
|
||||
*
|
||||
* Runs a single iteration for the given main loop. This involves
|
||||
* checking to see if any event sources are ready to be processed,
|
||||
* then if no events sources are ready and @may_block is %TRUE, waiting
|
||||
* for a source to become ready, then dispatching the highest priority
|
||||
* events sources that are ready. Otherwise, if @may_block is %FALSE
|
||||
* sources are not waited to become ready, only those highest priority
|
||||
* events sources will be dispatched (if any), that are ready at this
|
||||
* events sources that are ready. Otherwise, if @may_block is %FALSE
|
||||
* sources are not waited to become ready, only those highest priority
|
||||
* events sources will be dispatched (if any), that are ready at this
|
||||
* given moment without further waiting.
|
||||
*
|
||||
* Note that even when @may_block is %TRUE, it is still possible for
|
||||
* g_main_context_iteration() to return %FALSE, since the the wait may
|
||||
* Note that even when @may_block is %TRUE, it is still possible for
|
||||
* g_main_context_iteration() to return %FALSE, since the wait may
|
||||
* be interrupted for other reasons than an event source becoming ready.
|
||||
*
|
||||
*
|
||||
* Return value: %TRUE if events were dispatched.
|
||||
**/
|
||||
gboolean
|
||||
|
Reference in New Issue
Block a user