Deprecate EProxy.
authorMatthew Barnes <mbarnes@redhat.com>
Thu, 10 Oct 2013 14:05:14 +0000 (10:05 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 25 Oct 2013 17:27:08 +0000 (13:27 -0400)
Proxy settings have moved to ESources.  See the ESourceProxy extension.

docs/reference/libedataserver/libedataserver-docs.sgml
libedataserver/e-proxy.h

index 368d807..5c11b96 100644 (file)
@@ -58,7 +58,6 @@
     <xi:include href="xml/e-flag.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/e-sexp.xml"/>
     <xi:include href="xml/e-time-utils.xml"/>
     <xi:include href="xml/e-uid.xml"/>
@@ -73,6 +72,7 @@
     <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-proxy.xml"/>
     <xi:include href="xml/e-url.xml"/>
   </chapter>
 
index 6dfa156..d93cbe1 100644 (file)
 #error "Only <libedataserver/libedataserver.h> should be included directly."
 #endif
 
+#ifndef EDS_DISABLE_DEPRECATED
+
+/* Do not generate bindings. */
+#ifndef __GI_SCANNER__
+
 #ifndef E_PROXY_H
 #define E_PROXY_H
 
@@ -86,3 +91,7 @@ gboolean      e_proxy_require_proxy_for_uri   (EProxy *proxy,
 G_END_DECLS
 
 #endif /* E_PROXY_H */
+
+#endif /* __GI_SCANNER__ */
+
+#endif /* EDS_DISABLE_DEPRECATED */