Change some function names to be longer and better.
2006-05-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintcontext.h: * gtk/gtkprintcontext.c: * gtk/gtkprintoperation.c: * gtk/gtkprintoperation-unix.c: Change some function names to be longer and better. gtk_print_context_get_cairo -> gtk_print_context_get_cairo_context gtk_print_context_get_fontmap -> gtk_print_context_get_pango_fontmap gtk_print_context_create_context -> gtk_print_context_create_pango_context gtk_print_context_create_layout -> gtk_print_context_create_pango_layout Update all callers.
This commit is contained in:
committed by
Matthias Clasen
parent
c6a99eea8c
commit
084729ac7f
@ -85,7 +85,7 @@ unix_end_page (GtkPrintOperation *op,
|
||||
{
|
||||
cairo_t *cr;
|
||||
|
||||
cr = gtk_print_context_get_cairo (print_context);
|
||||
cr = gtk_print_context_get_cairo_context (print_context);
|
||||
cairo_show_page (cr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user