summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 17:23:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-07 14:10:28 +0100
commit1dd50b3d717ccafc6af1d2f6113e805ca3b601be (patch)
tree3fc733804cd523b96a7fcec2a60a07ec06aee1ad /telepathy-glib/connection-internal.h
parentaf4ee97f7145aab248134c67530383aa6ab69110 (diff)
downloadtelepathy-glib-1dd50b3d717ccafc6af1d2f6113e805ca3b601be.tar.gz
TpConnection: do a stub version of introspecting before becoming CONNECTED
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 5b093d23d..c2232dd61 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -52,6 +52,7 @@ struct _TpConnectionPrivate {
unsigned tracking_presences_changed:1;
unsigned tracking_presence_update:1;
unsigned tracking_location_changed:1;
+ unsigned introspecting_after_connected:1;
};
void _tp_connection_init_handle_refs (TpConnection *self);