]> Pileus Git - ~andy/gtk/commitdiff
Install gtkprintjob.h as Unix-specific print API.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Apr 2006 15:01:16 +0000 (15:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 24 Apr 2006 15:01:16 +0000 (15:01 +0000)
2006-04-24  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.

ChangeLog
ChangeLog.pre-2-10
gtk/Makefile.am

index dbd9407a0ef8e42d0a274417e1c11035f512682e..b8138a234590d2797c83ef8d2e003cc9baf94936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index dbd9407a0ef8e42d0a274417e1c11035f512682e..b8138a234590d2797c83ef8d2e003cc9baf94936 100644 (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.
 
index d3348ba3cf6f856addeb64dce27b1c13cd7544cf..91fa48c46b630c3dfd7b4d7bf2f9ce573aed0262 100644 (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             \