Merge branch '2864-gvalue-docs' into 'main'

gvalue: Fix a typo in a function name in an example in the docs

Closes #2864

See merge request GNOME/glib!3349
This commit is contained in:
Marco Trevisan 2023-04-05 14:17:48 +00:00
commit 34dc240322

View File

@ -141,7 +141,7 @@
* g_value_set_boxed (value, mystruct);
* // [... your code ....]
* g_value_unset (value);
* g_value_free (value);
* g_free (value);
* }
* ]|
*/