summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-06 15:13:41 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-11 10:34:45 +0200
commit0e224c223a3a78f20c3b940129c7bba84f815f6d (patch)
tree1b5d7af5c0aa751902ce16cf4bd840f3acfb733d /telepathy-glib/handle-repo.c
parent4770a0dd38909fb3f74f1e3436e4c628a7df3020 (diff)
downloadtelepathy-glib-0e224c223a3a78f20c3b940129c7bba84f815f6d.tar.gz
TpHandleRepo: Deprecate tp_handle_set/get_qdata()
https://bugs.freedesktop.org/show_bug.cgi?id=50886
Diffstat (limited to 'telepathy-glib/handle-repo.c')
-rw-r--r--telepathy-glib/handle-repo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/handle-repo.c b/telepathy-glib/handle-repo.c
index d633d6ff9..fa04930e3 100644
--- a/telepathy-glib/handle-repo.c
+++ b/telepathy-glib/handle-repo.c
@@ -394,6 +394,9 @@ tp_handle_lookup (TpHandleRepoIface *self,
* Since version 0.13.8, handles always last as long as the
* connection, so @destroy will not be called until the connection
* disconnects.
+ *
+ * Deprecated: Since 0.UNRELEASED. It is not recommended to use this function
+ * because the associated data won't be freed until the connection disconnects.
*/
void
@@ -417,6 +420,8 @@ tp_handle_set_qdata (TpHandleRepoIface *repo,
*
* Returns: the data associated with a given key on a given handle; %NULL
* if there is no associated data.
+ * Deprecated: Since 0.UNRELEASED. It is not recommended to use this function
+ * because the associated data won't be freed until the connection disconnects.
*/
gpointer
tp_handle_get_qdata (TpHandleRepoIface *repo, TpHandle handle,