Bug 43815 - Wocky uses deprecated glib symbols
Summary: Wocky uses deprecated glib symbols
Status: RESOLVED FIXED
Alias: None
Product: Wocky
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://cgit.collabora.com/git/user/xc...
Whiteboard: review+
Keywords: patch
Depends on:
Blocks:
 
Reported: 2011-12-14 01:09 UTC by Xavier Claessens
Modified: 2011-12-14 04:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Xavier Claessens 2011-12-14 01:09:38 UTC
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.
Comment 1 Xavier Claessens 2011-12-14 01:18:15 UTC
I've disabled warnings on deprecated glib symbols to fix 2 for now. Empathy did the same.
Comment 2 Xavier Claessens 2011-12-14 02:31:40 UTC
(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.
Comment 3 Xavier Claessens 2011-12-14 03:35:32 UTC
Similar fix for tp-gabble:
http://cgit.collabora.com/git/user/xclaesse/telepathy-gabble.git/log/?h=fix-warnings
Comment 4 Jonny Lamb 2011-12-14 04:30:46 UTC
gogogogo
Comment 5 Xavier Claessens 2011-12-14 04:37:07 UTC
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.