1) g_source_get_current_time() is replaced by g_source_get_time(): The replacement is available in glib 2.28, so I think we could already fix that. 2) g_thread_init() in unit tests, I think it can just be removed but needs glib 2.32 for that.
I've disabled warnings on deprecated glib symbols to fix 2 for now. Empathy did the same.
(In reply to comment #1) > I've disabled warnings on deprecated glib symbols to fix 2 for now. Empathy did > the same. Actually jonnylamb made me change my mind, fixed with a few GLIB_CHECK_VERSION.
Similar fix for tp-gabble: http://cgit.collabora.com/git/user/xclaesse/telepathy-gabble.git/log/?h=fix-warnings
gogogogo
both merged. thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.