This commit is contained in:
Matthias Clasen 2006-06-02 02:55:50 +00:00
parent 89a803beb4
commit a74af928cf
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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)