From 8215c22e2ac645836e1bed9db3c680c6c88bf146 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 22 Feb 2013 11:13:00 -0500 Subject: [PATCH] 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 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.7.4