diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-15 00:26:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-15 00:26:02 -0400 |
commit | 482bb387484c3febb6f7b01326cb6ab66d900f91 (patch) | |
tree | 12e349862cd0214326b96240786b7c6e039b7199 /glib | |
parent | 8bc8cd7aa05900dcfad943b91c3720caa7b611ee (diff) | |
download | glib-482bb387484c3febb6f7b01326cb6ab66d900f91.tar.gz |
Documentation additions
Diffstat (limited to 'glib')
-rw-r--r-- | glib/deprecated/gthread-deprecated.c | 2 |
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. * |