[Webkit-unassigned] [Bug 118381] gtk_icon_info_free is deprecated since GTK+ 3.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 4 01:40:22 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118381


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #206062|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-07-04 01:42:21 PST ---
(From update of attachment 206062)
We can't do this, we depend on GTK+ 3.6, where GtkIconInfo is not a GObject but a boxed type. We need to add an #ifdef until we bump the required version to 3.8, or we can simply ignore deprecated symbols in gtk versions grater than 3.6. I even proposed a patch to remove the annoying warnings for those cases indeed, see bug #118237.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list