summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-internal.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-14 12:41:34 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-14 15:31:27 +0100
commit33151ad6400d274d2a5119dc4b4d78db9fab987c (patch)
tree6ffea5b7bed64624db8842bb92406a309d6114ea /telepathy-glib/channel-internal.h
parent3b9f9fadaedd392859aa63d40573e5c5d4e802db (diff)
downloadtelepathy-glib-33151ad6400d274d2a5119dc4b4d78db9fab987c.tar.gz
Change uses of TpIntSet to TpIntset
Diffstat (limited to 'telepathy-glib/channel-internal.h')
-rw-r--r--telepathy-glib/channel-internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/channel-internal.h b/telepathy-glib/channel-internal.h
index c3682b950..4e4bcf67f 100644
--- a/telepathy-glib/channel-internal.h
+++ b/telepathy-glib/channel-internal.h
@@ -58,9 +58,9 @@ struct _TpChannelPrivate {
TpHandle group_self_handle;
TpChannelGroupFlags group_flags;
/* NULL if members not discovered yet */
- TpIntSet *group_members;
- TpIntSet *group_local_pending;
- TpIntSet *group_remote_pending;
+ TpIntset *group_members;
+ TpIntset *group_local_pending;
+ TpIntset *group_remote_pending;
/* (TpHandle => LocalPendingInfo), or NULL if members not discovered yet */
GHashTable *group_local_pending_info;