summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-05-25 14:27:08 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-05-25 15:04:16 +0100
commit5164836f39aca43f0d8cd095e974a2e59ac5f364 (patch)
treef255bf35910c9d555c4d79eeec8fbba1ba74501f /telepathy-glib/handle-repo.h
parent2ba2d147f8f2cb6b9dd2b1dba6b16fa818b7a3b3 (diff)
parentfc6181e6a0643142c14fc72289eeca67cea244a3 (diff)
downloadtelepathy-glib-5164836f39aca43f0d8cd095e974a2e59ac5f364.tar.gz
Merge branch 'blocking'
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=35331> Reviewed-by: Danielle Madeley <danielle.madeley@collabora.co.uk>
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 ba0d41ce0..a77aecbcd 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;