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
* 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)