[Bug 59165] g_type_init is deprecated from GLib 2.35.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 9 14:19:19 CET 2013


https://bugs.freedesktop.org/show_bug.cgi?id=59165

--- Comment #11 from Debarshi Ray <rishi.is at lostca.se> ---
(In reply to comment #8)
> Comment on attachment 72717 [details] [review]
> Include config.h to silence deprecation warnings from g_type_init
> 
> Review of attachment 72717 [details] [review]:
> -----------------------------------------------------------------
> [...]
>
> ::: tests/dbus/test-tpl-log-iter-pidgin.c
> @@ +3,4 @@
> >  #include "lib/simple-account.h"
> >  #include "lib/util.h"
> >  
> > +#include "telepathy-logger/debug-internal.h"
> 
> Why? No reason appears in the commit message.

Because of _tpl_debug_set_flags_from_env

When we include config.h, it turns on ENABLE_DEBUG, which in turn leads to the
usage of _tpl_debug_set_flags_from_env.

Do you want me to split it into a separate patch?

-- 
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