Documentation additions
authorMatthias Clasen <mclasen@redhat.com>
Sat, 15 Oct 2011 04:26:02 +0000 (00:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 15 Oct 2011 04:26:02 +0000 (00:26 -0400)
glib/deprecated/gthread-deprecated.c

index f7d0cb5..8e22795 100644 (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.
  *