fixups
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jun 2006 02:55:50 +0000 (02:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jun 2006 02:55:50 +0000 (02:55 +0000)
docs/reference/glib/glib-sections.txt
glib/gmain.c

index e1bc1db..62e3480 100644 (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>
index d08ebc6..39329a2 100644 (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)