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:
parent
3d07d219e5
commit
738960c95e
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user