summaryrefslogtreecommitdiff
path: root/glib/deprecated
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-15 00:26:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-15 00:26:02 -0400
commit482bb387484c3febb6f7b01326cb6ab66d900f91 (patch)
tree12e349862cd0214326b96240786b7c6e039b7199 /glib/deprecated
parent8bc8cd7aa05900dcfad943b91c3720caa7b611ee (diff)
downloadglib-482bb387484c3febb6f7b01326cb6ab66d900f91.tar.gz
Documentation additions
Diffstat (limited to 'glib/deprecated')
-rw-r--r--glib/deprecated/gthread-deprecated.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/deprecated/gthread-deprecated.c b/glib/deprecated/gthread-deprecated.c
index f7d0cb5cf..8e22795ff 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.
*