Documentation additions

This commit is contained in:
Matthias Clasen 2011-10-15 00:26:02 -04:00
parent 8bc8cd7aa0
commit 482bb38748

View File

@ -1195,6 +1195,8 @@ g_static_rw_lock_free (GStaticRWLock* lock)
* g_private_new:
* @notify: a #GDestroyNotify
*
* Creates a new #GPrivate.
*
* Deprecated:2.32: dynamic allocation of #GPrivate is a bad idea. Use
* static storage and G_PRIVATE_INIT() instead.
*