mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
docs: Fix typo in documentation for G_PRIVATE_INIT
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
7339a09376
commit
3d35379382
@ -944,7 +944,7 @@ g_cond_wait_until (GCond *cond,
|
||||
* A macro to assist with the static initialisation of a #GPrivate.
|
||||
*
|
||||
* This macro is useful for the case that a #GDestroyNotify function
|
||||
* should be associated the key. This is needed when the key will be
|
||||
* should be associated with the key. This is needed when the key will be
|
||||
* used to point at memory that should be deallocated when the thread
|
||||
* exits.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user