GNOME Bugzilla – Bug 343928
gtk print context API changes
Last modified: 2006-06-09 13:15:11 UTC
gtk_print_context_create_layout has been renamed to gtk_print_context_create_pango_layout.
Created attachment 66783 [details] [review] Fix
I had already fixed this a few days ago: 2006-06-01 Gustavo J. A. M. Carneiro <gjc@inescporto.pt> * gtk/gtk-2.10.defs: gtk_print_context_create_context renamed to gtk_print_context_create_pango_context; gtk_print_context_create_layout renamed to gtk_print_context_create_pango_layout; gtk_print_context_get_fontmap renamed to gtk_print_context_get_pango_fontmap; gtk_print_context_get_cairo renamed to gtk_print_context_get_cairo_context. It seems finlay reverted my changes?.. http://cvs.gnome.org/viewcvs/gnome-python/pygtk/gtk/gtk-2.10.defs?r1=1.6&r2=1.7
Yeah my mistake. I don't run GTK+ from cvs and couldn't build after Gustavo's change. Forgot to reverse patch before checking in my changes. Hope 2.9.2 is available soon. :-). Will fix today.
Fixed: /cvs/gnome/gnome-python/pygtk/gtk/gtk-2.10.defs,v <-- gtk-2.10.defs new revision: 1.14; previous revision: 1.13
*** Bug 344395 has been marked as a duplicate of this bug. ***