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>
|
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):
|
* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
|
||||||
Return a copy of the original page setup if the dialog was canceled.
|
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>
|
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):
|
* gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog):
|
||||||
Return a copy of the original page setup if the dialog was canceled.
|
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 = \
|
gtk_unix_print_public_h_sources = \
|
||||||
gtkpagesetupunixdialog.h \
|
gtkpagesetupunixdialog.h \
|
||||||
|
gtkprintunixdialog.h \
|
||||||
gtkprinter.h \
|
gtkprinter.h \
|
||||||
gtkprintunixdialog.h
|
gtkprintjob.h
|
||||||
|
|
||||||
|
|
||||||
# Installed header files without compatibility guarantees
|
# Installed header files without compatibility guarantees
|
||||||
# that are not include in gtk/gtk.h
|
# that are not include in gtk/gtk.h
|
||||||
@ -586,8 +588,7 @@ gtk_private_h_sources += \
|
|||||||
gtkprinter-private.h \
|
gtkprinter-private.h \
|
||||||
gtkprinteroption.h \
|
gtkprinteroption.h \
|
||||||
gtkprinteroptionset.h \
|
gtkprinteroptionset.h \
|
||||||
gtkprinteroptionwidget.h \
|
gtkprinteroptionwidget.h
|
||||||
gtkprintjob.h
|
|
||||||
|
|
||||||
gtk_c_sources += \
|
gtk_c_sources += \
|
||||||
gtkfilesystemunix.c \
|
gtkfilesystemunix.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user