summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-03-28 23:32:25 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-04-16 14:17:55 +0100
commitf4df23f20c4a0737f7ed98786aeef543b62f22ed (patch)
tree6ceea0b82ee289256522b4ca2b08e7c7e1c3aaf9 /telepathy-glib/handle-repo.h
parent6fccb59746e9432e4eaface983f9f04e600f745d (diff)
downloadtelepathy-glib-f4df23f20c4a0737f7ed98786aeef543b62f22ed.tar.gz
Add tp_handle_set_to_identifier_map()
This is primarily useful for implementing the signals on ContactList and ContactBlocking which use Handle_Identifier_Maps; I'm sure there are other places where this will be useful too.
Diffstat (limited to 'telepathy-glib/handle-repo.h')
-rw-r--r--telepathy-glib/handle-repo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h
index 4458b1af7..622d6bc85 100644
--- a/telepathy-glib/handle-repo.h
+++ b/telepathy-glib/handle-repo.h
@@ -136,6 +136,8 @@ gboolean tp_handle_set_is_empty (const TpHandleSet *set);
int tp_handle_set_size (const TpHandleSet *set);
GArray *tp_handle_set_to_array (const TpHandleSet *set)
G_GNUC_WARN_UNUSED_RESULT;
+GHashTable *tp_handle_set_to_identifier_map (TpHandleSet *self)
+ G_GNUC_WARN_UNUSED_RESULT;
TpHandleSet *tp_handle_set_new_from_array (TpHandleRepoIface *repo,
const GArray *array) G_GNUC_WARN_UNUSED_RESULT;