[evolution-data-server] EClient: Deprecate get_dbus_proxy() method.



commit 8215c22e2ac645836e1bed9db3c680c6c88bf146
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Feb 22 11:13:00 2013 -0500

    EClient: Deprecate get_dbus_proxy() method.
    
    This method is not used anymore.  Leave the implementations in place,
    but tag the method as deprecated in the EClientClass struct so it can
    be purged at some future date.

 libedataserver/e-client.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index 4e64226..7abd91b 100644
--- a/libedataserver/e-client.h
+++ b/libedataserver/e-client.h
@@ -176,8 +176,9 @@ struct _EClient {
 struct _EClientClass {
        GObjectClass parent;
 
-       /* virtual methods */
+       /* This method is deprecated. */
        GDBusProxy *    (*get_dbus_proxy)       (EClient *client);
+
        void            (*unwrap_dbus_error)    (EClient *client,
                                                 GError *dbus_error,
                                                 GError **out_error);


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