[Webkit-unassigned] [Bug 20078] [GTK] Use G_* macros instead of deprecated GTK_* macros in gtk2xtbin.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 17 12:22:05 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20078
------- Comment #4 from uws+webkit at xs4all.nl 2008-07-17 12:22 PDT -------
Note that the GTK checks macros are exactly the same as the Glib macros, as can
be seen in gtk+/gtk/gtktypeutils.h:
> /* glib macro wrappers (compatibility) */
> #define GTK_CHECK_CAST G_TYPE_CHECK_INSTANCE_CAST
> #define GTK_CHECK_CLASS_CAST G_TYPE_CHECK_CLASS_CAST
> #define GTK_CHECK_GET_CLASS G_TYPE_INSTANCE_GET_CLASS
> #define GTK_CHECK_TYPE G_TYPE_CHECK_INSTANCE_TYPE
> #define GTK_CHECK_CLASS_TYPE G_TYPE_CHECK_CLASS_TYPE
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list