• [^] # Re: Firefox ou XUL ?

    Posté par (site web personnel) . En réponse au journal Ayé, on peut compiler Firefox pour GTK+3 (si on veut). Évalué à 2.

    Pour les deprecated, je ne retrouve pas ça dans la doc, à part :

    Dans gtk+ 3.8.0 :

    GtkIconInfo has changed from being a boxed type to a GObject. This is technically an ABI change, but basically all existing code will keep working if its used as a boxed type, and its not possible to instantiate GtkIconInfos outside Gtk, so this is not expected to be a big problem.

    Dans Dans gtk+ 3.6.0 :

    GDK threading support has been deprecated. It is recommended to use g_idle_add(), g_main_context_invoke() and similar funtions to make all GTK+ calls from the main thread.