diff options
author | Alexander Larsson <alexl@redhat.com> | 2006-05-31 14:06:02 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2006-05-31 14:06:02 +0000 |
commit | 50d17b73b68420097160d62028ceb27b6b0b1768 (patch) | |
tree | 0e3251ea39ea1bef6f94d0206e6183ca23ae1cad /gtk/gtk.symbols | |
parent | df6580e5ffcce5cea9008140f9a86836ab2bc79a (diff) | |
download | gtk+-50d17b73b68420097160d62028ceb27b6b0b1768.tar.gz |
Further updates from the GtkPrintContext functions rename.
2006-05-31 Alexander Larsson <alexl@redhat.com>
* gtk/gtk.symbols:
* demos/gtk-demo/printing.c:
* tests/print-editor.c:
* tests/testnouiprint.c:
* tests/testprint.c:
* tests/testprintfileoperation.c:
Further updates from the GtkPrintContext functions rename.
* modules/printbackends/cups/gtkcupsutils.c:
Always set requesting-user-name when doing cups requests.
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index a703ffe1f2..7e2af3117d 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -2569,15 +2569,15 @@ gtk_print_backend_load_modules #if IN_HEADER(__GTK_PRINT_CONTEXT_H__) #if IN_FILE(__GTK_PRINT_CONTEXT_C__) gtk_print_context_get_type G_GNUC_CONST -gtk_print_context_get_cairo +gtk_print_context_get_cairo_context gtk_print_context_get_page_setup gtk_print_context_get_width gtk_print_context_get_height gtk_print_context_get_dpi_x gtk_print_context_get_dpi_y -gtk_print_context_get_fontmap -gtk_print_context_create_context -gtk_print_context_create_layout +gtk_print_context_get_pango_fontmap +gtk_print_context_create_pango_context +gtk_print_context_create_pango_layout #endif #endif |