Don't declare GtkPrintJob here. Instead include gtkprintjob.h.

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

	* gtk/gtkprinter.h: Don't declare GtkPrintJob here.
	* gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
This commit is contained in:
Matthias Clasen 2006-04-24 04:38:08 +00:00 committed by Matthias Clasen
parent 8cf2909eb6
commit 090de9058f
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter.h: Don't declare GtkPrintJob here.
* gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
2006-04-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter-private.h:

View File

@ -1,3 +1,8 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter.h: Don't declare GtkPrintJob here.
* gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
2006-04-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter-private.h:

View File

@ -26,6 +26,7 @@
#include "gtkprintoperation.h"
#include "gtkprinteroptionset.h"
#include "gtkpagesetup.h"
#include "gtkprintjob.h"
G_BEGIN_DECLS

View File

@ -37,10 +37,8 @@ typedef struct _GtkPrinter GtkPrinter;
typedef struct _GtkPrinterClass GtkPrinterClass;
typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
typedef struct _GtkPrintBackend GtkPrintBackend;
typedef struct _GtkPrintJob GtkPrintJob;
struct _GtkPrintBackend;
struct _GtkPrintJob;
struct _GtkPrinter
{