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 bcb1e03c4b..c3c45ed261 100644
--- a/e-util/e-client-cache.h
+++ b/e-util/e-client-cache.h
@@ -76,6 +76,9 @@ struct _EClientCacheClass {
GParamSpec *pspec);
void (*client_created) (EClientCache *client_cache,
EClient *client);
+ /* Do not break ABI right now
+ void (*client_connected) (EClientCache *client_cache,
+ EClient *client); */
};
GType e_client_cache_get_type (void) G_GNUC_CONST;