GNOME Bugzilla – Bug 408671
removal of printing code changes ABI
Last modified: 2007-03-21 05:24:02 UTC
gtk_html_print was removed. The library version really needs bumped if you're going to do that.
This gtk_html_print removal breaks gnucash compilation too. Why is it removed when you've only migrated to GtkPrint? Surely this function should be ported to GtkPrint too instead of deleting it?
The reason it's not directly ported (AFAICT) is that gtk_html_print takes a GnomePrintContext - that's not interchangable with a GtkPrintContext (presumably). So any code that called gtk_html_print would *still* need ported to use GtkPrint in other places where it used that context.
I think this has been done for 3.14. Any reason to leave this bug open?
No, both the API version and the ABI version have been changed.