From a74af928cf9724cb384bc36d0109db34f447d226 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 2 Jun 2006 02:55:50 +0000 Subject: [PATCH] fixups --- docs/reference/glib/glib-sections.txt | 1 + glib/gmain.c | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index e1bc1db..62e3480 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 d08ebc6..39329a2 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) -- 2.7.4