diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-09-06 15:13:41 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-09-11 10:34:45 +0200 |
commit | 0e224c223a3a78f20c3b940129c7bba84f815f6d (patch) | |
tree | 1b5d7af5c0aa751902ce16cf4bd840f3acfb733d /telepathy-glib/handle-repo.h | |
parent | 4770a0dd38909fb3f74f1e3436e4c628a7df3020 (diff) | |
download | telepathy-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.h')
-rw-r--r-- | telepathy-glib/handle-repo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h index ba16fd0b6..3ddb392dc 100644 --- a/telepathy-glib/handle-repo.h +++ b/telepathy-glib/handle-repo.h @@ -132,10 +132,14 @@ TpHandle tp_handle_ensure_finish (TpHandleRepoIface *self, GAsyncResult *result, GError **error); +#ifndef TP_DISABLE_DEPRECATED +_TP_DEPRECATED_IN_0_20 void tp_handle_set_qdata (TpHandleRepoIface *repo, TpHandle handle, GQuark key_id, gpointer data, GDestroyNotify destroy); +_TP_DEPRECATED_IN_0_20 gpointer tp_handle_get_qdata (TpHandleRepoIface *repo, TpHandle handle, GQuark key_id); +#endif /* Handle set helper class */ |