EClient: Deprecate get_dbus_proxy() method.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 22 Feb 2013 16:13:00 +0000 (11:13 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 22 Feb 2013 16:13:00 +0000 (11:13 -0500)
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

index 4e64226..7abd91b 100644 (file)
@@ -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);