Deprecate EDbHash.
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 24 Jun 2012 03:32:25 +0000 (23:32 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 24 Jun 2012 03:32:25 +0000 (23:32 -0400)
Apparently nothing uses it anymore.

docs/reference/libebackend/libebackend-docs.xml
libebackend/e-dbhash.h

index 7d94fc2..b6bd627 100644 (file)
   <chapter>
     <title>Miscellaneous Utilities</title>
     <xi:include href="xml/e-file-cache.xml"/>
-    <xi:include href="xml/e-dbhash.xml"/>
     <xi:include href="xml/e-db3-utils.xml"/>
     <xi:include href="xml/e-sqlite3-vfs.xml"/>
   </chapter>
 
   <chapter>
     <title>Deprecated Classes</title>
+    <xi:include href="xml/e-dbhash.xml"/>
     <xi:include href="xml/e-offline-listener.xml"/>
   </chapter>
 
index 1163dbb..6e87f4f 100644 (file)
@@ -12,6 +12,8 @@
 #error "Only <libebackend/libebackend.h> should be included directly."
 #endif
 
+#ifndef EDS_DISABLE_DEPRECATED
+
 #ifndef E_DBHASH_H
 #define E_DBHASH_H
 
@@ -78,3 +80,5 @@ G_END_DECLS
 
 #endif /* E_DBHASH_H */
 
+#endif /* EDS_DISABLE_DEPRECATED */
+