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

https://bugzilla.gnome.org/show_bug.cgi?id=666804
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2011-12-24 15:31:55 +01:00 committed by Colin Walters
parent 89a832250b
commit 49a4de3ea4

View File

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