projects
/
platform
/
upstream
/
evolution-data-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e5510
)
EClient: Deprecate get_dbus_proxy() method.
author
Matthew Barnes
<mbarnes@redhat.com>
Fri, 22 Feb 2013 16:13:00 +0000
(11:13 -0500)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/libedataserver/e-client.h
b/libedataserver/e-client.h
index
4e64226
..
7abd91b
100644
(file)
--- 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);