From 10d58e2bf089846e45abc6d3d205aeed07c835d9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 29 May 2012 13:23:23 +0200 Subject: [PATCH] TpHandleRepoIface: expose internally _tp_handle_repo_default_ensure_handle_async() https://bugs.freedesktop.org/show_bug.cgi?id=50341 --- telepathy-glib/handle-repo-internal.h | 7 +++++++ telepathy-glib/handle-repo.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/telepathy-glib/handle-repo-internal.h b/telepathy-glib/handle-repo-internal.h index 931a51c..fc05af1 100644 --- a/telepathy-glib/handle-repo-internal.h +++ b/telepathy-glib/handle-repo-internal.h @@ -96,6 +96,13 @@ void _tp_dynamic_handle_repo_set_normalization_data (TpHandleRepoIface *irepo, gpointer data, GDestroyNotify destroy); +void _tp_handle_repo_default_ensure_handle_async (TpHandleRepoIface *self, + TpBaseConnection *connection, + const gchar *id, + gpointer context, + GAsyncReadyCallback callback, + gpointer user_data); + G_END_DECLS #endif /*__TP_INTERNAL_HANDLE_REPO_H__ */ diff --git a/telepathy-glib/handle-repo.c b/telepathy-glib/handle-repo.c index 13b6814..4e04044 100644 --- a/telepathy-glib/handle-repo.c +++ b/telepathy-glib/handle-repo.c @@ -426,7 +426,7 @@ tp_handle_get_qdata (TpHandleRepoIface *repo, TpHandle handle, handle, key_id); } -static void +void _tp_handle_repo_default_ensure_handle_async (TpHandleRepoIface *self, TpBaseConnection *connection, const gchar *id, -- 1.7.9.5