[glib] Revert "gvalue: Improve _unset() documentation"
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Revert "gvalue: Improve _unset() documentation"
- Date: Fri, 2 Oct 2015 14:08:56 +0000 (UTC)
commit 8ed9e8c79ffed28b2e6ee533d3d184c0a748ed48
Author: Dan Winship <danw gnome org>
Date: Fri Oct 2 09:56:16 2015 -0400
Revert "gvalue: Improve _unset() documentation"
This reverts commit 3c0d38d68b78a6ea9e6ca82012f011075a625a2b.
gobject/gvalue.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gobject/gvalue.c b/gobject/gvalue.c
index 32ad867..c91584e 100644
--- a/gobject/gvalue.c
+++ b/gobject/gvalue.c
@@ -257,9 +257,7 @@ g_value_reset (GValue *value)
* Clears the current value in @value and "unsets" the type,
* this releases all resources associated with this GValue.
* An unset value is the same as an uninitialized (zero-filled)
- * #GValue structure. Note that you cannot call this method on
- * uninitialized structure, for that, g_value_clear() method can
- * be used.
+ * #GValue structure.
*/
void
g_value_unset (GValue *value)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]