mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
gvalue: Add g_value_clear method
This method is similar to g_value_unset() but will accept an uninitialized (zero-filled) GValue structure. https://bugzilla.gnome.org/show_bug.cgi?id=755766
This commit is contained in:
committed by
Nicolas Dufresne
parent
b36b4941a6
commit
1233962b54
@@ -450,6 +450,7 @@ g_value_init
|
||||
g_value_copy
|
||||
g_value_reset
|
||||
g_value_unset
|
||||
g_value_clear
|
||||
g_value_init_from_instance
|
||||
g_value_set_instance
|
||||
g_value_fits_pointer
|
||||
|
Reference in New Issue
Block a user