diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 16:37:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 16:37:39 +0000 |
commit | 2307bcefef1941cb07c748133c08683b45f3ad74 (patch) | |
tree | 400fe0f47a3765bc9cc065faef1c603ba5b78f28 /gtk/gtkprintoperation.h | |
parent | 1298b93bf78e0f5c4801c17cf26808a32cbf1c14 (diff) | |
download | gdk-pixbuf-2307bcefef1941cb07c748133c08683b45f3ad74.tar.gz |
Rename pdf_target to export_filename
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r-- | gtk/gtkprintoperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index c5df55f01..6f7a4d17a 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -148,7 +148,7 @@ void gtk_print_operation_set_use_full_page (GtkPrintOper gboolean full_page); void gtk_print_operation_set_unit (GtkPrintOperation *op, GtkUnit unit); -void gtk_print_operation_set_pdf_target (GtkPrintOperation *op, +void gtk_print_operation_set_export_filename (GtkPrintOperation *op, const gchar *filename); void gtk_print_operation_set_track_print_status (GtkPrintOperation *op, gboolean track_status); |