[gxml] Serialization.vala: avoid API break; temporarily revert method name change
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Serialization.vala: avoid API break; temporarily revert method name change
- Date: Thu, 22 Aug 2013 17:49:46 +0000 (UTC)
commit 41a6f6f322de0e71019381425fa0ce365ec22193
Author: Richard Schwarting <aquarichy gmail com>
Date: Thu Aug 22 13:34:39 2013 -0400
Serialization.vala: avoid API break; temporarily revert method name change
gxml/Serialization.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Serialization.vala b/gxml/Serialization.vala
index 80c1d4f..396e9f6 100644
--- a/gxml/Serialization.vala
+++ b/gxml/Serialization.vala
@@ -361,7 +361,7 @@ namespace GXml {
private static HashTable<string,Object> deserialize_cache = null;
private static HashTable<string,GXml.DomNode> serialize_cache = null;
// public so that tests can call it
- public static void clear_caches () {
+ public static void clear_cache () { // TODO: rename to clear_caches, just changed back
temporarily to avoid API break for 0.3.2
if (Serialization.deserialize_cache != null)
Serialization.deserialize_cache.remove_all ();
if (Serialization.serialize_cache != null)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]