[glib] docs: g_atexit: do not point in a direction for where to find details



commit 49a4de3ea446f21202d586a906e0aef1d4dacfed
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Sat Dec 24 15:31:55 2011 +0100

    docs: g_atexit: do not point in a direction for where to find details
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666804

 glib/gutils.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/glib/gutils.c b/glib/gutils.c
index 4b77dbc..4992ecc 100644
--- a/glib/gutils.c
+++ b/glib/gutils.c
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]