mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
fixups
This commit is contained in:
parent
89a803beb4
commit
a74af928cf
@ -432,6 +432,7 @@ GPollFunc
|
||||
g_main_context_add_poll
|
||||
g_main_context_remove_poll
|
||||
g_main_depth
|
||||
g_main_current_source
|
||||
g_main_set_poll_func
|
||||
|
||||
<SUBSECTION>
|
||||
|
@ -1861,7 +1861,11 @@ g_main_depth (void)
|
||||
/**
|
||||
* g_main_current_source:
|
||||
*
|
||||
* Return value: The currently firing source for this thread or NULL.
|
||||
* Returns the currently firing source for this thread.
|
||||
*
|
||||
* Return value: The currently firing source or %NULL.
|
||||
*
|
||||
* Since: 2.12
|
||||
*/
|
||||
GSource *
|
||||
g_main_current_source (void)
|
||||
|
Loading…
Reference in New Issue
Block a user