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:
committed by
Matthias Clasen
parent
8cf2909eb6
commit
090de9058f
@ -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>
|
2006-04-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkprinter-private.h:
|
* gtk/gtkprinter-private.h:
|
||||||
|
|||||||
@ -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>
|
2006-04-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkprinter-private.h:
|
* gtk/gtkprinter-private.h:
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
#include "gtkprintoperation.h"
|
#include "gtkprintoperation.h"
|
||||||
#include "gtkprinteroptionset.h"
|
#include "gtkprinteroptionset.h"
|
||||||
#include "gtkpagesetup.h"
|
#include "gtkpagesetup.h"
|
||||||
|
#include "gtkprintjob.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
@ -37,10 +37,8 @@ typedef struct _GtkPrinter GtkPrinter;
|
|||||||
typedef struct _GtkPrinterClass GtkPrinterClass;
|
typedef struct _GtkPrinterClass GtkPrinterClass;
|
||||||
typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
|
typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
|
||||||
typedef struct _GtkPrintBackend GtkPrintBackend;
|
typedef struct _GtkPrintBackend GtkPrintBackend;
|
||||||
typedef struct _GtkPrintJob GtkPrintJob;
|
|
||||||
|
|
||||||
struct _GtkPrintBackend;
|
struct _GtkPrintBackend;
|
||||||
struct _GtkPrintJob;
|
|
||||||
|
|
||||||
struct _GtkPrinter
|
struct _GtkPrinter
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user