Install gtkprintjob.h as Unix-specific print API.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

	* gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
This commit is contained in:
Matthias Clasen 2006-04-24 15:01:16 +00:00 committed by Matthias Clasen
parent 3d07d219e5
commit 738960c95e
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
Return a copy of the original page setup if the dialog was canceled.

View File

@ -1,5 +1,7 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
Return a copy of the original page setup if the dialog was canceled.

View File

@ -310,8 +310,10 @@ gtk_public_h_sources = \
gtk_unix_print_public_h_sources = \
gtkpagesetupunixdialog.h \
gtkprintunixdialog.h \
gtkprinter.h \
gtkprintunixdialog.h
gtkprintjob.h
# Installed header files without compatibility guarantees
# that are not include in gtk/gtk.h
@ -586,8 +588,7 @@ gtk_private_h_sources += \
gtkprinter-private.h \
gtkprinteroption.h \
gtkprinteroptionset.h \
gtkprinteroptionwidget.h \
gtkprintjob.h
gtkprinteroptionwidget.h
gtk_c_sources += \
gtkfilesystemunix.c \