mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Documentation additions
This commit is contained in:
@@ -1195,6 +1195,8 @@ g_static_rw_lock_free (GStaticRWLock* lock)
|
|||||||
* g_private_new:
|
* g_private_new:
|
||||||
* @notify: a #GDestroyNotify
|
* @notify: a #GDestroyNotify
|
||||||
*
|
*
|
||||||
|
* Creates a new #GPrivate.
|
||||||
|
*
|
||||||
* Deprecated:2.32: dynamic allocation of #GPrivate is a bad idea. Use
|
* Deprecated:2.32: dynamic allocation of #GPrivate is a bad idea. Use
|
||||||
* static storage and G_PRIVATE_INIT() instead.
|
* static storage and G_PRIVATE_INIT() instead.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user