diff options
Diffstat (limited to 'telepathy-glib/handle-repo.h')
-rw-r--r-- | telepathy-glib/handle-repo.h | 2 |
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; |