[evolution-data-server] Deprecate EStrv.



commit f417900b9aa3059933f2ac7a21bdc237fb07ba6f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Mar 28 12:28:11 2010 -0400

    Deprecate EStrv.

 docs/reference/camel/tmpl/camel-mempool.sgml |    2 --
 libedataserver/e-memory.h                    |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/camel/tmpl/camel-mempool.sgml b/docs/reference/camel/tmpl/camel-mempool.sgml
index 7a7a169..6855eaf 100644
--- a/docs/reference/camel/tmpl/camel-mempool.sgml
+++ b/docs/reference/camel/tmpl/camel-mempool.sgml
@@ -9,13 +9,11 @@ camel-mempool
 
 </para>
 
-
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
-
 <!-- ##### SECTION Stability_Level ##### -->
 
 
diff --git a/libedataserver/e-memory.h b/libedataserver/e-memory.h
index dcff603..1497a53 100644
--- a/libedataserver/e-memory.h
+++ b/libedataserver/e-memory.h
@@ -56,6 +56,7 @@ void e_mempool_flush(EMemPool *pool, gint freeall);
 void e_mempool_destroy(EMemPool *pool);
 #endif /* EDS_DISABLE_DEPRECATED */
 
+#ifndef EDS_DISABLE_DEPRECATED
 /* strv's string arrays that can be efficiently modified and then compressed mainly for retrival */
 /* building is relatively fast, once compressed it takes the minimum amount of memory possible to store */
 typedef struct _EStrv EStrv;
@@ -67,6 +68,7 @@ EStrv *e_strv_set(EStrv *strv, gint index, const gchar *str);
 EStrv *e_strv_pack(EStrv *strv);
 const gchar *e_strv_get(EStrv *strv, gint index);
 void e_strv_destroy(EStrv *strv);
+#endif /* EDS_DISABLE_DEPRECATED */
 
 /* poolv's are similar to strv's, but they store common strings */
 typedef struct _EPoolv EPoolv;



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