[Bug 49215] Move chat state to TpTextChannel
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 9 18:10:13 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=49215
--- Comment #22 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-05-09 09:10:13 PDT ---
TpChannelChatState tp_channel_get_chat_state (TpChannel *self,
- TpHandle contact);
+ TpHandle contact) _TP_GNUC_DEPRECATED_FOR
(tp_text_channel_get_chat_state);
Ideally prefixed with _TP_DEPRECATED_IN_0_20_FOR (...) instead.
(_TP_DEPRECATED_IN_0_20_FOR has to appear as a prefix like "static", ideally on
the previous line, because that's the price we pay for portability to MSVC++.)
Otherwise, the telepathy-glib branch looks good - ship it!
After a telepathy-glib release with that branch has happened, the Gabble branch
also looks OK - remember to bump the dependency in configure.ac too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list