docs: g_atexit: do not point in a direction for where to find details
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 24 Dec 2011 14:31:55 +0000 (15:31 +0100)
committerColin Walters <walters@verbum.org>
Tue, 27 Dec 2011 15:18:41 +0000 (10:18 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=666804

glib/gutils.c

index 4b77dbc..4992ecc 100644 (file)
@@ -252,8 +252,7 @@ g_memmove (gpointer      dest,
  * calling g_atexit() (or atexit()) except in the main executable of a
  * program.
  *
- * Deprecated:2.32: It is best to avoid g_atexit(), for the reasons
- *     outlined above.
+ * Deprecated:2.32: It is best to avoid g_atexit().
  */
 void
 g_atexit (GVoidFunc func)