aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-cache.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-21 02:59:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-21 05:35:58 +0800
commit1abd497f66baa3fe278fdb02f2a85be27d5dd86e (patch)
tree91c567284d2cef283cd698ae23072e61d48f56fc /e-util/e-client-cache.h
parentbe7376c0852cb4e5c112f2dd14a79de57f8bad26 (diff)
downloadgsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.tar
gsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.tar.gz
gsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.tar.bz2
gsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.tar.lz
gsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.tar.xz
gsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.tar.zst
gsoc2013-evolution-1abd497f66baa3fe278fdb02f2a85be27d5dd86e.zip
EClientCache: Add a "client-notify" signal.
Rebroadcasts a GObject::notify signal emitted by a cached EClient.
Diffstat (limited to 'e-util/e-client-cache.h')
-rw-r--r--e-util/e-client-cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-client-cache.h b/e-util/e-client-cache.h
index d4e3799161..89a70c6f65 100644
--- a/e-util/e-client-cache.h
+++ b/e-util/e-client-cache.h
@@ -72,6 +72,9 @@ struct _EClientCacheClass {
void (*backend_error) (EClientCache *cache,
EClient *client,
EAlert *alert);
+ void (*client_notify) (EClientCache *cache,
+ EClient *client,
+ GParamSpec *pspec);
void (*client_created) (EClientCache *cache,
EClient *client);
};