[Telepathy] Announce: telepathy-glib 0.19.9

Xavier Claessens xclaesse at gmail.com
Tue Sep 11 04:19:11 PDT 2012


Good morning,

Here's a new version of telepathy-glib. It should be the last
deprecation round before 0.20.0 in time for GNOME 3.6.0.

tarball:
http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.19.9.tar.gz
signature:
http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.19.9.tar.gz.asc
git: http://cgit.freedesktop.org/telepathy/telepathy-glib

Deprecations:

• Various functions whose names include _borrow_, such as
  tp_proxy_borrow_interface_by_id() and
  tp_channel_borrow_immutable_properties(),
  are deprecated. Use the corresponding function with _get_ or _dup_ in
its
  name, such as tp_proxy_get_interface_by_id() or
  tp_channel_dup_immutable_properties(), instead. (Xavier)

• Various functions returning a (transfer container) list, such as
  tp_text_channel_get_pending_messages(), are deprecated. Use the
  corresponding function with _dup_ in its name, such as
  tp_text_channel_dup_pending_messages(), instead. (Xavier)

• tp_handle_set/get_qdata() are now deprecated. Handles are immortal so
using
  them would leak the data until Connection gets disconnected.

• tp_channel_request_new() and tp_channel_dispatch_operation_new()
constructors
  are now deprecated. Applications should not need them since they are
created
  internaly in TpBaseClient.


Regards,
Xavier Claessens.





More information about the telepathy mailing list