From: Matthias Clasen Date: Sat, 15 Oct 2011 04:26:02 +0000 (-0400) Subject: Documentation additions X-Git-Tag: 2.31.0~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=482bb387484c3febb6f7b01326cb6ab66d900f91;p=platform%2Fupstream%2Fglib.git Documentation additions --- diff --git a/glib/deprecated/gthread-deprecated.c b/glib/deprecated/gthread-deprecated.c index f7d0cb5..8e22795 100644 --- a/glib/deprecated/gthread-deprecated.c +++ b/glib/deprecated/gthread-deprecated.c @@ -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. *