diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-12-28 17:04:19 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-02-20 11:59:39 +0100 |
commit | 1d22c5f6350cbced2ef0a0ac21e3d4d45ce4b4b6 (patch) | |
tree | 49c1c2f14573b54b20d4781bdb717a0a5f127ea0 /telepathy-glib/connection-internal.h | |
parent | 905653243b32cd3e5a6782a94658ce49eab12020 (diff) | |
download | telepathy-glib-1d22c5f6350cbced2ef0a0ac21e3d4d45ce4b4b6.tar.gz |
TpContact: Add ContactGroups support
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r-- | telepathy-glib/connection-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h index 81c7b03c3..79497a9da 100644 --- a/telepathy-glib/connection-internal.h +++ b/telepathy-glib/connection-internal.h @@ -81,6 +81,7 @@ struct _TpConnectionPrivate { unsigned tracking_client_types_updated:1; unsigned introspecting_self_contact:1; unsigned tracking_contacts_changed:1; + unsigned tracking_contact_groups_changed:1; }; void _tp_connection_status_reason_to_gerror (TpConnectionStatusReason reason, |