summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo.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/handle-repo.h
parent3b9f9fadaedd392859aa63d40573e5c5d4e802db (diff)
downloadtelepathy-glib-33151ad6400d274d2a5119dc4b4d78db9fab987c.tar.gz
Change uses of TpIntSet to TpIntset
Diffstat (limited to 'telepathy-glib/handle-repo.h')
-rw-r--r--telepathy-glib/handle-repo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h
index 908d79771..4fe996764 100644
--- a/telepathy-glib/handle-repo.h
+++ b/telepathy-glib/handle-repo.h
@@ -118,7 +118,7 @@ TpHandleSet *tp_handle_set_copy (const TpHandleSet *other)
void tp_handle_set_clear (TpHandleSet *set);
void tp_handle_set_destroy (TpHandleSet *set);
-TpIntSet *tp_handle_set_peek (TpHandleSet *set) G_GNUC_WARN_UNUSED_RESULT;
+TpIntset *tp_handle_set_peek (TpHandleSet *set) G_GNUC_WARN_UNUSED_RESULT;
void tp_handle_set_add (TpHandleSet *set, TpHandle handle);
gboolean tp_handle_set_remove (TpHandleSet *set, TpHandle handle);
@@ -134,10 +134,10 @@ GArray *tp_handle_set_to_array (const TpHandleSet *set)
TpHandleSet *tp_handle_set_new_from_array (TpHandleRepoIface *repo,
const GArray *array) G_GNUC_WARN_UNUSED_RESULT;
-TpIntSet *tp_handle_set_update (TpHandleSet *set, const TpIntSet *add)
+TpIntset *tp_handle_set_update (TpHandleSet *set, const TpIntset *add)
G_GNUC_WARN_UNUSED_RESULT;
-TpIntSet *tp_handle_set_difference_update (TpHandleSet *set,
- const TpIntSet *remove) G_GNUC_WARN_UNUSED_RESULT;
+TpIntset *tp_handle_set_difference_update (TpHandleSet *set,
+ const TpIntset *remove) G_GNUC_WARN_UNUSED_RESULT;
/* static inline because it relies on NUM_TP_HANDLE_TYPES */
/**