From: Matthias Clasen Date: Fri, 2 Jun 2006 02:55:50 +0000 (+0000) Subject: fixups X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a74af928cf9724cb384bc36d0109db34f447d226;p=dana%2Fcg-glib.git fixups --- diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index e1bc1db9..62e34804 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -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 diff --git a/glib/gmain.c b/glib/gmain.c index d08ebc69..39329a25 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -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)