diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-06 16:11:47 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-06 16:18:28 +0200 |
commit | 227d29086df4b4d40fd201ec6e0924a2559692d2 (patch) | |
tree | d60e227309ec9b3372c5b9c93a45df22aabdbab7 /telepathy-glib/handle-repo.h | |
parent | 65d59a833bb1a6ec388b06c39d9c0bd28d529f9d (diff) | |
download | telepathy-glib-227d29086df4b4d40fd201ec6e0924a2559692d2.tar.gz |
Prepare 0.19.1telepathy-glib-0.19.1
Diffstat (limited to 'telepathy-glib/handle-repo.h')
-rw-r--r-- | telepathy-glib/handle-repo.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h index ece3faf3c..99d993347 100644 --- a/telepathy-glib/handle-repo.h +++ b/telepathy-glib/handle-repo.h @@ -84,25 +84,25 @@ gboolean tp_handles_are_valid (TpHandleRepoIface *self, const GArray *handles, gboolean allow_zero, GError **error); #ifndef TP_DISABLE_DEPRECATED -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 TpHandle tp_handle_ref (TpHandleRepoIface *self, TpHandle handle); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 void tp_handles_ref (TpHandleRepoIface *self, const GArray *handles); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 void tp_handle_unref (TpHandleRepoIface *self, TpHandle handle); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 void tp_handles_unref (TpHandleRepoIface *self, const GArray *handles); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 gboolean tp_handle_client_hold (TpHandleRepoIface *self, const gchar *client, TpHandle handle, GError **error); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 gboolean tp_handles_client_hold (TpHandleRepoIface *self, const gchar *client, const GArray *handles, GError **error); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 gboolean tp_handle_client_release (TpHandleRepoIface *self, const gchar *client, TpHandle handle, GError **error); -_TP_DEPRECATED_IN_UNRELEASED +_TP_DEPRECATED_IN_0_20 gboolean tp_handles_client_release (TpHandleRepoIface *self, const gchar *client, const GArray *handles, GError **error); #endif |