summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-internal.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-09-07 10:51:30 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-09-12 12:55:11 +0200
commit2abee14dd2675fd136bebe700ffd49198aabc751 (patch)
tree678629dce65149e2509bfcf58c7ec73b659c57b7 /telepathy-glib/connection-internal.h
parent9ad43307fd7757feec5abfb4d12fcdecfade896a (diff)
downloadtelepathy-glib-2abee14dd2675fd136bebe700ffd49198aabc751.tar.gz
TpConnection: prepare factory features on self contact
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r--telepathy-glib/connection-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h
index 291eca07d..6e3c3b5b2 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -93,6 +93,7 @@ struct _TpConnectionPrivate {
TpProxyPendingCall *introspection_call;
unsigned ready:1;
+ unsigned ready_enough_for_contacts:1;
unsigned has_immortal_handles:1;
unsigned tracking_aliases_changed:1;
unsigned tracking_avatar_updated:1;