mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Revert "gvalue: Improve _unset() documentation"
This reverts commit 3c0d38d68b78a6ea9e6ca82012f011075a625a2b.
This commit is contained in:
parent
0448e758cf
commit
8ed9e8c79f
@ -257,9 +257,7 @@ g_value_reset (GValue *value)
|
|||||||
* Clears the current value in @value and "unsets" the type,
|
* Clears the current value in @value and "unsets" the type,
|
||||||
* this releases all resources associated with this GValue.
|
* this releases all resources associated with this GValue.
|
||||||
* An unset value is the same as an uninitialized (zero-filled)
|
* An unset value is the same as an uninitialized (zero-filled)
|
||||||
* #GValue structure. Note that you cannot call this method on
|
* #GValue structure.
|
||||||
* uninitialized structure, for that, g_value_clear() method can
|
|
||||||
* be used.
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
g_value_unset (GValue *value)
|
g_value_unset (GValue *value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user