summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-02 19:31:23 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-02 20:19:36 +0100
commite77bd67b1c51f0399c918754ed7f7ab227c986e1 (patch)
treeb76d434ad86d3382b748aa7a58d694810bd8302a /telepathy-glib/connection-internal.h
parent7bffcf1b5047938fe50feed425323e51e4b6a217 (diff)
downloadtelepathy-glib-e77bd67b1c51f0399c918754ed7f7ab227c986e1.tar.gz
Get rid of the last few references to TpIntSet (it's now TpIntset)
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r--telepathy-glib/connection-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h
index 5cfb63b44..54572cca7 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -53,7 +53,7 @@ struct _TpConnectionPrivate {
/* items are GQuarks that represent arguments to
* Connection.AddClientInterests */
- TpIntSet *interests;
+ TpIntset *interests;
/* TpHandle => weak ref to TpContact */
GHashTable *contacts;