[gxml] Serializable.vala: whoops, haven't included esodan's blacklist yet



commit 28958eafcaf667001fbfba38be7e72ddbf6bdb19
Author: Richard Schwarting <aquarichy gmail com>
Date:   Wed Nov 27 12:35:48 2013 -0500

    Serializable.vala: whoops, haven't included esodan's blacklist yet

 gxml/Serializable.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gxml/Serializable.vala b/gxml/Serializable.vala
index 27a82e5..19ae4bf 100644
--- a/gxml/Serializable.vala
+++ b/gxml/Serializable.vala
@@ -132,8 +132,7 @@ namespace GXml {
                 * If you want to completely handle serialization of
                 * your object yourself in { link Serializable.serialize},
                 * you can prevent automatic serialization of properties
-                * by listing them in the { link Serializable.properties_blacklist}
-                * or by overriding { link Serializable.serialize_property}
+                * by overriding { link Serializable.serialize_property}
                 * and simply returning true.
                 *
                 * @param doc The { link GXml.Document} that contains serialized XML, used to create new { 
link GXml.Node}s


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]