mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 04:45:48 +01:00
gvalue: Fix a typo in a function name in an example in the docs
Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #2864
This commit is contained in:
parent
bd63436fad
commit
3504385eba
@ -141,7 +141,7 @@
|
|||||||
* g_value_set_boxed (value, mystruct);
|
* g_value_set_boxed (value, mystruct);
|
||||||
* // [... your code ....]
|
* // [... your code ....]
|
||||||
* g_value_unset (value);
|
* g_value_unset (value);
|
||||||
* g_value_free (value);
|
* g_free (value);
|
||||||
* }
|
* }
|
||||||
* ]|
|
* ]|
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user