GNOME Bugzilla – Bug 688169
G_DISABLE_DEPRECATED doesn't cover deprecated/gthread.h and others
Last modified: 2013-02-03 06:11:01 UTC
I have defined G_DISABLE_DEPRECATED in evolution, still I can compile when using g_mutex_new(), g_mutex_free() functions. I expect those from glib/deprecated/* will be also disabled when I have the macro defined.
Created attachment 228779 [details] [review] proposed glib patch for glib; Include files from deprecated/ subfolder only if the macro is not defined.