Deprecate EList, EIterator, EListIterator.
authorMatthew Barnes <mbarnes@redhat.com>
Thu, 12 Apr 2012 03:28:30 +0000 (23:28 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 3 Jun 2012 23:51:07 +0000 (19:51 -0400)
docs/reference/libedataserver/libedataserver-docs.sgml
libedataserver/e-iterator.h
libedataserver/e-list-iterator.h
libedataserver/e-list.h

index 59e89e6..a46c27d 100644 (file)
@@ -32,9 +32,6 @@
     <xi:include href="xml/e-credentials.xml"/>
     <xi:include href="xml/e-debug-log.xml"/>
     <xi:include href="xml/e-flag.xml"/>
-    <xi:include href="xml/e-iterator.xml"/>
-    <xi:include href="xml/e-list.xml"/>
-    <xi:include href="xml/e-list-iterator.xml"/>
     <xi:include href="xml/e-memory.xml"/>
     <xi:include href="xml/e-operation-pool.xml"/>
     <xi:include href="xml/e-proxy.xml"/>
     <xi:include href="xml/eds-version.xml"/>
   </chapter>
 
+  <chapter>
+    <title>Deprecated Classes</title>
+    <xi:include href="xml/e-iterator.xml"/>
+    <xi:include href="xml/e-list.xml"/>
+    <xi:include href="xml/e-list-iterator.xml"/>
+  </chapter>
+
   <index id="api-index-full">
     <title>Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
index 9da8274..356c239 100644 (file)
@@ -6,6 +6,8 @@
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  */
 
+#ifndef EDS_DISABLE_DEPRECATED
+
 #ifndef E_ITERATOR_H
 #define E_ITERATOR_H
 
@@ -86,3 +88,6 @@ void          e_iterator_invalidate           (EIterator *iterator);
 G_END_DECLS
 
 #endif /* E_ITERATOR_H */
+
+#endif /* EDS_DISABLE_DEPRECATED */
+
index 97c9852..3d3a954 100644 (file)
@@ -6,6 +6,8 @@
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  */
 
+#ifndef EDS_DISABLE_DEPRECATED
+
 #ifndef E_LIST_ITERATOR_H
 #define E_LIST_ITERATOR_H
 
@@ -56,3 +58,6 @@ EIterator *   e_list_iterator_new             (EList *list);
 G_END_DECLS
 
 #endif /* E_LIST_ITERATOR_H */
+
+#endif /* EDS_DISABLE_DEPRECATED */
+
index 981444a..35a9690 100644 (file)
@@ -6,6 +6,8 @@
  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  */
 
+#ifndef EDS_DISABLE_DEPRECATED
+
 #ifndef E_LIST_H
 #define E_LIST_H
 
@@ -83,3 +85,6 @@ void          e_list_invalidate_iterators     (EList *list,
 G_END_DECLS
 
 #endif /* E_LIST_H */
+
+#endif /* EDS_DISABLE_DEPRECATED */
+