aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-cache.h
diff options
context:
space:
mode:
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);
};