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

@ -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
{